godot/modules/gdscript/tests
Hugo Locurcio 5d124c4a8f
Remove uses of auto for better readability and online code reviews
The current code style guidelines forbid the use of `auto`.

Some uses of `auto` are still present, such as in UWP code (which
can't be currently tested) and macros (where removing `auto` isn't
easy).
2021-04-26 14:59:28 +02:00
..
scripts Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
gdscript_test_runner.cpp Remove uses of auto for better readability and online code reviews 2021-04-26 14:59:28 +02:00
gdscript_test_runner.h Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
gdscript_test_runner_suite.h Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
test_gdscript.cpp Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
test_gdscript.h Add runner for GDScript testing 2021-04-08 09:34:59 -03:00