qBittorrent/test
..
testdata
CMakeLists.txt
Readme.md
testalgorithm.cpp
testbittorrenttrackerentry.cpp
testconceptsexplicitlyconvertibleto.cpp
testconceptsstringable.cpp
testglobal.cpp
testorderedset.cpp
testpath.cpp
testutilsbytearray.cpp
testutilscompare.cpp
testutilsdatetime.cpp
testutilsgzip.cpp
testutilsio.cpp
testutilsnumber.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.