mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 01:36:15 +03:00
e692a191ed
* Now it allow user to add tracker to different tier. * The downloaded trackers are now displayed as is (without modifying). * Now the dialog remember dialog size and last used URL. Closes #17692. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Readme.md | ||
testalgorithm.cpp | ||
testbittorrenttrackerentry.cpp | ||
testorderedset.cpp | ||
testpath.cpp | ||
testutilscompare.cpp | ||
testutilsgzip.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.