Some work about adaptive color scheme for Web UI (PR #19901) http://[316:c51a:62a3:8b9::4]/d4708/qBittorrent/src/branch/adaptive-webui
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Victor Chernyakin 34d30ed031
Replace `Q_UNUSED` with `[[maybe_unused]]` attribute
9 months ago
..
testdata Fix wrong behavior when reading text 11 months ago
CMakeLists.txt Specify interface requirements as an C++ concept 9 months ago
Readme.md Add support for unit testing 2 years ago
testalgorithm.cpp Replace `Q_UNUSED` with `[[maybe_unused]]` attribute 9 months ago
testbittorrenttrackerentry.cpp Move to separate headers 9 months ago
testconceptsstringable.cpp Specify interface requirements as an C++ concept 9 months ago
testglobal.cpp Move to separate headers 9 months ago
testorderedset.cpp Move to separate headers 9 months ago
testpath.cpp Move to separate headers 9 months ago
testutilsbytearray.cpp Move to separate headers 9 months ago
testutilscompare.cpp Move to separate headers 9 months ago
testutilsgzip.cpp Move to separate headers 9 months ago
testutilsio.cpp Move to separate headers 9 months ago
testutilsstring.cpp Move to separate headers 9 months ago
testutilsversion.cpp Specify interface requirements as an C++ concept 9 months ago

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.