1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-24 13:34:27 +00:00
Vladimir Golovnev 10ee1ab7a2
Switch to C++20
PR #19336.
2023-07-21 15:38:49 +03:00
..
2023-07-20 11:17:27 +03:00
2023-07-21 15:38:49 +03:00
2023-06-18 03:32:44 +08:00
2023-06-01 17:16:03 +03:00
2023-06-18 03:32:44 +08:00
2023-06-18 03:32:44 +08:00
2023-06-18 03:32:44 +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.