Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-29 | Cleanup obsolete tests from displaying in help | Andrii Doroshenko (Xrayez) | |
2020-07-28 | Add test suite for `Variant` | Andrii Doroshenko (Xrayez) | |
Added a test case for `VariantWriter` and `VariantParser` overflows. | |||
2020-07-27 | Make all String float conversion methods be 64-bit | Aaron Franke | |
2020-07-26 | Crash when debugging tests by disabling thread_local in /MT context | Gordon | |
2020-07-26 | Merge pull request #40720 from Xrayez/modules-tests | Rémi Verschelde | |
Enable support for C++ modules tests | |||
2020-07-26 | Enable support for C++ modules tests | Andrii Doroshenko (Xrayez) | |
Modules-specific tests can be written under respective module folders. Each module should have "tests" folder created with the tests implemented as `doctest` headers, so they can be collected by the buildsystem and included directly in `tests/test_main.cpp` to be compiled. | |||
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) | |