aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro13
1 files changed, 8 insertions, 5 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 82c8af8..5bfc66e 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,14 +1,17 @@
TEMPLATE = subdirs
+# TODO: enable disabled tests, when CI is configured properly
+
SUBDIRS += \
cmake \
-# TODO: enable the tests below, when CI is configured properly
# qcoapclient \
-# qcoapqudpconnection \
- qcoapinternalreply \
- qcoapinternalrequest \
qcoapmessage \
qcoapoption \
- qcoapreply \
qcoaprequest \
qcoapresource
+
+qtConfig(private_tests): SUBDIRS += \
+# qcoapqudpconnection \
+ qcoapinternalrequest \
+ qcoapinternalreply \
+ qcoapreply