summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorRainer Keller <Rainer.Keller@qt.io>2019-08-06 13:19:35 +0200
committerRainer Keller <Rainer.Keller@qt.io>2019-08-20 13:28:28 +0200
commit53453bea465dbc7a15824ad4db2b19df44e62623 (patch)
treefb3d269692d02a2a5dbd7e705486e9c51c1ebf48 /tests/auto/auto.pro
parentaa577dbeda9d12d803972a9d87d88b47490863b2 (diff)
tests: Always build security test
but check instead if the actual endpoint policy is supported by the backend. Change-Id: Ic1dbcd83b936beccb0378505744d4e1e3b292d22 Reviewed-by: Jannis Völker <jannis.voelker@basyskom.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index a90406f..9d8b7db 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,5 +1,5 @@
TEMPLATE = subdirs
-SUBDIRS += qopcuaclient connection clientSetupInCpp
+SUBDIRS += qopcuaclient connection clientSetupInCpp security
QT_FOR_CONFIG += opcua-private
@@ -8,5 +8,3 @@ qtHaveModule(qmltest):qtConfig(open62541)|qtConfig(uacpp) {
SUBDIRS += declarative
}
-# This tries to check if the server supports security
-qtConfig(mbedtls): SUBDIRS += security