qBittorrent/test
Chocobo1 31fe327763
Move to separate headers
Hopefully this can speed up compilation times.
https://doc.qt.io/qt-6/qtglobal.html#details

PR #19430.
2023-08-11 13:47:55 +08:00
..
testdata Fix wrong behavior when reading text 2023-07-02 13:23:20 +08:00
CMakeLists.txt Drop support of Qt 5 2023-07-20 11:17:27 +03:00
Readme.md Add support for unit testing 2022-07-10 13:20:27 +08:00
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
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 Move to separate headers 2023-08-11 13:47:55 +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.