mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 18:56:34 +03:00
03da68b1cf
* 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.
4 lines
214 B
Markdown
4 lines
214 B
Markdown
# 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.
|