catch2/tests
Martin Hořeňovský 0c75caf77b
Don't write ApprovalTests' temporary files into the source tree
This has two effects:
 1) This significantly improves the performance of ApprovalTests
    run in WSL, because running the massively multi-reporter
    test would cause lots of small and parallel writes across the
    WSL-Windows FS boundary, completely mudering performance.

 2) ApprovalTests can be run from multiple build dirs in parallel,
    as long as they do not fail. However, if they do fail,
    the multiple runs will still step on each other toes when
    writing the unapproved files for user.
2022-11-06 00:11:38 +01:00
..
ExtraTests Don't set C++ standard in CMakeLists for tests 2022-10-29 21:04:58 +02:00
SelfTest Decomposer checks for 0 when assuming an int arg was 0 literal 2022-11-05 20:43:52 +01:00
TestScripts Fix references to license file 2022-10-28 11:30:15 +02:00
CMakeLists.txt Don't write ApprovalTests' temporary files into the source tree 2022-11-06 00:11:38 +01:00
meson.build Add traits for checking whether types are comparable 2022-11-04 19:24:42 +01:00