mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
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.
This commit is contained in:
parent
890630944d
commit
03da68b1cf
12 changed files with 311 additions and 206 deletions
4
test/Readme.md
Normal file
4
test/Readme.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
# 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.
|
Loading…
Add table
Add a link
Reference in a new issue