virtualx-engine/modules/gdscript/tests
George Marques 66fda2aeea
GDScript: Fix temp values being written without proper clear
Temporary values in the stack were not being properly cleared when the
return value of calls were discarded, which can cause memory issues
especially for reference types like PackedByteArray.
2023-01-11 14:24:23 -03:00
..
scripts GDScript: Fix temp values being written without proper clear 2023-01-11 14:24:23 -03:00
gdscript_test_runner.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_test_runner.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_test_runner_suite.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
README.md Add a README to link to the GDScript integration tests documentation 2021-08-25 16:51:28 +02:00
test_gdscript.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
test_gdscript.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00

GDScript integration tests

The scripts/ folder contains integration tests in the form of GDScript files and output files.

See the Integration tests for GDScript documentation for information about creating and running GDScript integration tests.