mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-21 08:46:00 +03:00
c30a07702d
Migrated last remnants of QVector to Qlist, reference https://github.com/qbittorrent/qBittorrent/pull/21016#issuecomment-2212403741 onward. PR #21407. |
||
---|---|---|
.. | ||
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.