| 25 | } |
| 26 | |
| 27 | _ALWAYS_INLINE_ String get_gdscript_tests_path() { |
| 28 | REQUIRE(GDRESettings::get_singleton()); |
| 29 | return GDRESettings::get_singleton()->get_cwd().path_join("modules/gdscript/tests/scripts"); |
| 30 | } |
| 31 | |
| 32 | _ALWAYS_INLINE_ String get_gdsdecomp_helpers_path() { |
| 33 | return get_gdsdecomp_path().path_join("helpers"); |