mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 17:26:21 +03:00
5 lines
214 B
Markdown
5 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.
|