diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-10 03:32:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 03:32:36 +0100 |
commit | 90b4ac346ac253345aca2b9a3c98df75d9c058d3 (patch) | |
tree | 31f9d37bb4fab693024c6a1d1aa60af1084ba975 /autotests/callcandidateseventtest.cpp | |
parent | 7981c654c0cd53f6e100ecae25882246a9de5d6e (diff) | |
parent | c585227b3724666e3cf7aab3ab53d6f5930e7218 (diff) | |
download | libquotient-90b4ac346ac253345aca2b9a3c98df75d9c058d3.tar.gz libquotient-90b4ac346ac253345aca2b9a3c98df75d9c058d3.zip |
Merge pull request #523 from quotient-im/kitsune/ci-add-autotests
Add autotests to CI
Diffstat (limited to 'autotests/callcandidateseventtest.cpp')
-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" |