aboutsummaryrefslogtreecommitdiff
path: root/autotests/testolmsession.h
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2021-01-27 16:12:17 +0100
committerTobias Fella <fella@posteo.de>2021-12-01 21:34:52 +0100
commitefe7e4ebc9c71f68d29c5c1a5a6bacbaea6fd146 (patch)
treea496c2f76e9cbdeee700791baf98dbe8f23e3501 /autotests/testolmsession.h
parent583d484b2dc27d3216706a1e0858b794d4c5fe19 (diff)
downloadlibquotient-efe7e4ebc9c71f68d29c5c1a5a6bacbaea6fd146.tar.gz
libquotient-efe7e4ebc9c71f68d29c5c1a5a6bacbaea6fd146.zip
Disable olm test when disabling encryption
Diffstat (limited to 'autotests/testolmsession.h')
-rw-r--r--autotests/testolmsession.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/autotests/testolmsession.h b/autotests/testolmsession.h
index c03b7b6a..9a5798fa 100644
--- a/autotests/testolmsession.h
+++ b/autotests/testolmsession.h
@@ -2,7 +2,6 @@
//
// SPDX-License-Identifier: LGPL-2.1-or-later
-#ifdef Quotient_E2EE_ENABLED
#include <QtTest/QtTest>
class TestOlmSession : public QObject
@@ -13,4 +12,3 @@ private Q_SLOTS:
void olmEncryptDecrypt();
void correctSessionOrdering();
};
-#endif