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-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 | Move `tests` to the top-level directory | Andrii Doroshenko (Xrayez) | |