mooltipass / moolticute

Mooltipass crossplatform daemon/tools
GNU General Public License v3.0
141 stars 66 forks source link

Run tests on `make check` #1209

Closed principis closed 5 months ago

principis commented 5 months ago

make check currently only builds the tests. Marking the app as a testcase ensures that the tests are actually run with make check.

no_testcase_installs prevents the test from being installed.

Docs: https://doc.qt.io/qt-5/qtest-overview.html#building-with-qmake

Sidenote: some tests, such as FilesCacheTests, are not enabled. Is this intended?