aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autotests/testgroupsession.cpp2
-rw-r--r--autotests/testolmaccount.cpp2
-rw-r--r--autotests/testolmsession.cpp2
-rw-r--r--autotests/testolmutility.cpp2
4 files changed, 4 insertions, 4 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)
diff --git a/autotests/testolmaccount.cpp b/autotests/testolmaccount.cpp
index 62b786d0..37d9f1d1 100644
--- a/autotests/testolmaccount.cpp
+++ b/autotests/testolmaccount.cpp
@@ -573,4 +573,4 @@ void TestOlmAccount::enableEncryption()
QVERIFY(spy2.wait(10000));
}
-QTEST_MAIN(TestOlmAccount)
+QTEST_APPLESS_MAIN(TestOlmAccount)
diff --git a/autotests/testolmsession.cpp b/autotests/testolmsession.cpp
index 41baf8e3..12279cb6 100644
--- a/autotests/testolmsession.cpp
+++ b/autotests/testolmsession.cpp
@@ -77,4 +77,4 @@ void TestOlmSession::correctSessionOrdering()
QCOMPARE(sessionList[2]->sessionId(), session1Id);
}
-QTEST_MAIN(TestOlmSession)
+QTEST_APPLESS_MAIN(TestOlmSession)
diff --git a/autotests/testolmutility.cpp b/autotests/testolmutility.cpp
index 7a55b61e..ca5aa1fd 100644
--- a/autotests/testolmutility.cpp
+++ b/autotests/testolmutility.cpp
@@ -126,4 +126,4 @@ void TestOlmUtility::validUploadKeysRequest()
QVERIFY(verifyIdentitySignature(deviceKeys, deviceId, userId));
}
-QTEST_MAIN(TestOlmUtility)
+QTEST_APPLESS_MAIN(TestOlmUtility)