mirror of
https://github.com/qbittorrent/qBittorrent
synced 2024-11-19 12:27:16 +01:00
0d715d879d
So that cmake will detect file changes automatically and therefore we don't need to re-invoke cmake manually. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Readme.md | ||
testutilsgzip.cpp |
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.