diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-06 22:42:33 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-06 22:42:33 +0100 |
commit | ac0ce7da24b4e567a34863db3261f755674d8337 (patch) | |
tree | a74da5347af2eb2046a704edfcd2898502062772 | |
parent | 9ddb72611f5575ccd5d3b68734a9d40d8ef2befc (diff) | |
download | libquotient-ac0ce7da24b4e567a34863db3261f755674d8337.tar.gz libquotient-ac0ce7da24b4e567a34863db3261f755674d8337.zip |
autotests/: don't instantiate QApplication
Those tests don't even need an event loop.
-rw-r--r-- | autotests/callcandidateseventtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/callcandidateseventtest.cpp b/autotests/callcandidateseventtest.cpp index 1a69cb66..0d5a543b 100644 --- a/autotests/callcandidateseventtest.cpp +++ b/autotests/callcandidateseventtest.cpp @@ -53,5 +53,5 @@ void TestCallCandidatesEvent::fromJson() QStringLiteral("candidate:863018703 1 udp 2122260223 10.9.64.156 43670 typ host generation 0")); } -QTEST_MAIN(TestCallCandidatesEvent) +QTEST_APPLESS_MAIN(TestCallCandidatesEvent) #include "callcandidateseventtest.moc" |