1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 06:17:58 +00:00
qBittorrent/test
2023-08-12 20:53:03 +08:00
..
testdata
CMakeLists.txt Specify interface requirements as an C++ concept 2023-08-12 20:53:03 +08:00
Readme.md
testalgorithm.cpp Move to separate headers 2023-08-11 13:47:55 +08:00
testbittorrenttrackerentry.cpp Move to separate headers 2023-08-11 13:47:55 +08:00
testconceptsstringable.cpp Specify interface requirements as an C++ concept 2023-08-12 20:53:03 +08:00
testglobal.cpp Move to separate headers 2023-08-11 13:47:55 +08:00
testorderedset.cpp Move to separate headers 2023-08-11 13:47:55 +08:00
testpath.cpp Move to separate headers 2023-08-11 13:47:55 +08:00
testutilsbytearray.cpp Move to separate headers 2023-08-11 13:47:55 +08:00
testutilscompare.cpp Move to separate headers 2023-08-11 13:47:55 +08:00
testutilsgzip.cpp Move to separate headers 2023-08-11 13:47:55 +08:00
testutilsio.cpp Move to separate headers 2023-08-11 13:47:55 +08:00
testutilsstring.cpp Move to separate headers 2023-08-11 13:47:55 +08:00
testutilsversion.cpp Specify interface requirements as an C++ concept 2023-08-12 20:53:03 +08:00

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.