qBittorrent/test
Chocobo1 0d715d879d
Specify test files manually
So that cmake will detect file changes automatically and therefore we
don't need to re-invoke cmake manually.
2022-07-11 13:58:55 +08:00
..
CMakeLists.txt Specify test files manually 2022-07-11 13:58:55 +08:00
Readme.md Add support for unit testing 2022-07-10 13:20:27 +08:00
testutilsgzip.cpp Add support for unit testing 2022-07-10 13:20:27 +08:00

Test suite

To run tests, add -DTESTING=ON argument when invoking cmake, then build the app as usual.
After building, run cmake --build <build> --target check where <build> is your cmake build directory.