summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-05-27 12:10:43 -0500
committerQt Continuous Integration System <qt-info@nokia.com>2011-06-06 10:42:12 +0200
commitccd5228a9380fbfa308a57365e4075f90010da00 (patch)
tree8b337058e7db4378d0a3c3df78a8ae3a6414d041 /tests/auto
parent1835afe6217c562a61c37676119c0d1f081a9828 (diff)
Disable trying to compile network tests which require QtScript
Those tests should be moved to QtScript/tests/auto Change-Id: Icc0c50ef35ac08e604ab18cb87b0c2b19f2fc72c Reviewed-on: http://codereview.qt.nokia.com/197 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Markus Goetz Reviewed-by: Liang Qi <liang.qi@nokia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qlocalsocket/qlocalsocket.pro2
-rw-r--r--tests/auto/qtipc/qtipc.pro3
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/auto/qlocalsocket/qlocalsocket.pro b/tests/auto/qlocalsocket/qlocalsocket.pro
index 3911a64936..931c1e0602 100644
--- a/tests/auto/qlocalsocket/qlocalsocket.pro
+++ b/tests/auto/qlocalsocket/qlocalsocket.pro
@@ -1,4 +1,4 @@
TEMPLATE = subdirs
-SUBDIRS = lackey test
+SUBDIRS = test # lackey should be moved to the QtScript module
!wince*:!symbian: SUBDIRS += example
symbian: TARGET.CAPABILITY = NetworkServices
diff --git a/tests/auto/qtipc/qtipc.pro b/tests/auto/qtipc/qtipc.pro
index 60037d28d2..e7d2a55cd8 100644
--- a/tests/auto/qtipc/qtipc.pro
+++ b/tests/auto/qtipc/qtipc.pro
@@ -1,6 +1,5 @@
TEMPLATE=subdirs
SUBDIRS=\
- lackey \
qsharedmemory \
qsystemsemaphore \
-
+# lackey \ should be moved to QtScript