virtualx-engine/modules/gdscript/tests/scripts/runtime
George Marques b013c0d544
GDScript: Allow tests to run on release builds
- Fix compilation issues by disabling warnings on release builds. This
  also strips warnings from expected result before the comparison to
  avoid false mismatches.
- Add a `#debug-only` flag to tests. Must be the first line of the test
  script. Those won't run with release builds. Can be used for test
  cases that rely on checks only available on debug builds.
2022-02-03 13:32:33 -03:00
..
errors GDScript: Allow tests to run on release builds 2022-02-03 13:32:33 -03:00
features GDScript: Fix parsing default parameter values from function calls 2022-01-13 19:28:39 -05:00