devilutionX/tools
Gleb Mazovetskiy 076b0c0c05 Overhaul tests
1. Adds a `libdevilution_so` target when tests are enabled.
2. Each test file is now a separate binary target linked against `libdevilutionx_so` (can now run tests in parallel).
3. Tests are now defined in a separate `test/CMakeLists.txt` file.
4. Building the tests is now controlled by the standard `BUILD_TESTING` option (defined by CTest).
5. Tests are now built by default.
6. On CI, test errors are now reported.

Also:

* `.clang-format`: Enable SortIncludes in tests
* `path_test.cpp`: Fix -Wsign-compare
2021-12-16 20:26:51 +00:00
..
segmenter tools/segmenter/README.md: Windows instructions 2021-12-15 11:33:32 +01:00
build_and_install_smpq.sh A script for building and installing smpq from source 2021-11-27 17:46:28 +00:00
make_src_dist.py Overhaul tests 2021-12-16 20:26:51 +00:00