mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 01:06:03 +03:00
34d30ed031
PR #19471. |
||
---|---|---|
.. | ||
testdata | ||
CMakeLists.txt | ||
Readme.md | ||
testalgorithm.cpp | ||
testbittorrenttrackerentry.cpp | ||
testconceptsstringable.cpp | ||
testglobal.cpp | ||
testorderedset.cpp | ||
testpath.cpp | ||
testutilsbytearray.cpp | ||
testutilscompare.cpp | ||
testutilsgzip.cpp | ||
testutilsio.cpp | ||
testutilsstring.cpp | ||
testutilsversion.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.