1
mirror of https://github.com/qbittorrent/qBittorrent synced 2024-09-07 10:40:07 +02:00
qBittorrent/test
Chocobo1 03da68b1cf
Add support for unit testing
* Downgraded macOS CI to Qt 6.2.0 due to a bug in Qt Test module
* Revised cmake build scripts
* For now, only building via cmake is supported

PR #17338.
2022-07-10 13:20:27 +08:00
..
CMakeLists.txt Add support for unit testing 2022-07-10 13:20:27 +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.