diff options
author | Tobias Fella <fella@posteo.de> | 2022-02-17 00:29:06 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2022-02-17 00:29:06 +0100 |
commit | 6a7e21cfc542588d6bcf7efe839439bf9b632600 (patch) | |
tree | 3e82fdc9e5ff5483c4f1fe2c27782b16332817af /autotests/testgroupsession.cpp | |
parent | a42fd5d188e58da95169ea21b4cae23cccd26819 (diff) | |
download | libquotient-6a7e21cfc542588d6bcf7efe839439bf9b632600.tar.gz libquotient-6a7e21cfc542588d6bcf7efe839439bf9b632600.zip |
Don't create QApplications in tests
Diffstat (limited to 'autotests/testgroupsession.cpp')
-rw-r--r-- | autotests/testgroupsession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/testgroupsession.cpp b/autotests/testgroupsession.cpp index 5024ccea..4425a006 100644 --- a/autotests/testgroupsession.cpp +++ b/autotests/testgroupsession.cpp @@ -51,4 +51,4 @@ void TestOlmSession::groupSessionCryptoValid() QCOMPARE(0, decryptionResult.second); } -QTEST_MAIN(TestOlmSession) +QTEST_APPLESS_MAIN(TestOlmSession) |