must use QTEST_APPLESS_MAIN for unittesting in CI

This commit is contained in:
Filip Bucek 2019-11-05 09:28:11 +01:00
parent 76dd2cd294
commit f9e65feb5f

View File

@ -16,4 +16,4 @@ void RequestTest::auth_test()
} }
QTEST_MAIN(core::RequestTest) QTEST_APPLESS_MAIN(core::RequestTest)