aboutsummaryrefslogtreecommitdiff
path: root/autotests/testgroupsession.cpp
diff options
context:
space:
mode:
authorTobias Fella <fella@posteo.de>2022-02-17 00:29:06 +0100
committerTobias Fella <fella@posteo.de>2022-02-17 00:29:06 +0100
commit6a7e21cfc542588d6bcf7efe839439bf9b632600 (patch)
tree3e82fdc9e5ff5483c4f1fe2c27782b16332817af /autotests/testgroupsession.cpp
parenta42fd5d188e58da95169ea21b4cae23cccd26819 (diff)
downloadlibquotient-6a7e21cfc542588d6bcf7efe839439bf9b632600.tar.gz
libquotient-6a7e21cfc542588d6bcf7efe839439bf9b632600.zip
Don't create QApplications in tests
Diffstat (limited to 'autotests/testgroupsession.cpp')
-rw-r--r--autotests/testgroupsession.cpp2
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)