mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-08 11:47:30 +08:00
0802b6d506
`QProcess::splitCommand()` will omit empty strings like `""` so provide our own replacement. Closes #13124. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Readme.md | ||
testalgorithm.cpp | ||
testorderedset.cpp | ||
testutilscompare.cpp | ||
testutilsgzip.cpp | ||
testutilsstring.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.