Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-30 | Increase number of sections in object files for tests with MSVC | Andrii Doroshenko (Xrayez) | |
2020-09-11 | Move GDNative `String` tests to respective module | Andrii Doroshenko (Xrayez) | |
GDNative-specific tests moved out of main `tests/` folder into `modules/gdnative/tests`. Include path for GDNative headers are still hardcoded in `tests/SCsub`, but made conditional now. Also fixed test case tag typos. Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> | |||
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg | |
2020-09-02 | Register GDScript test tools as test commands to run via command-line | Andrii Doroshenko (Xrayez) | |
2020-07-26 | Crash when debugging tests by disabling thread_local in /MT context | Gordon | |
2020-07-26 | SCons: Build tests/ and main/ in cloned environments | RĂ©mi Verschelde | |
Allows switching `tests=yes`/`no` and rebuilding only tests and main, instead of the whole engine. Co-authored-by: Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | |||
2020-07-26 | Move `tests` to the top-level directory | Andrii Doroshenko (Xrayez) | |