qBittorrent/test
Victor Chernyakin 34d30ed031
Replace `Q_UNUSED` with `[[maybe_unused]]` attribute
PR #19471.
2023-08-18 07:09:40 +03:00
..
testdata Fix wrong behavior when reading text 2023-07-02 13:23:20 +08:00
CMakeLists.txt Specify interface requirements as an C++ concept 2023-08-12 20:53:03 +08:00
Readme.md Add support for unit testing 2022-07-10 13:20:27 +08:00
testalgorithm.cpp Replace `Q_UNUSED` with `[[maybe_unused]]` attribute 2023-08-18 07:09:40 +03: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

Readme.md

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.