aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-01-25 19:41:37 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-25 20:23:53 +0100
commitf6b9119e307efa1e8811f35c2f90b31c4e3439c9 (patch)
tree92dbb23f0985ab8be89aed1b10f286e041544f76 /tests
parent55b545b5926fd2ecbb54c0d7bdeba0d79b4cf656 (diff)
Revert "Disable gui tests on Mac for now"
This reverts commit 8ed38c70fd29680f7981d9d23581d46cf32139d0. Task-number: QTBUG-35344 Conflicts: tests/auto/auto.pro tests/auto/qml/debugger/debugger.pro Change-Id: I57bec5d7ede879e24ba2b0618333b4e4110c41df Reviewed-by: Simon Hausmann <simon.hausmann@digia.com> Reviewed-by: Liang Qi <liang.qi@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro9
-rw-r--r--tests/auto/qml/debugger/debugger.pro2
2 files changed, 5 insertions, 6 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 8809693647..1895d55260 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -2,18 +2,15 @@ TEMPLATE=subdirs
SUBDIRS=\
qml \
headersclean \
+ particles \
+ qmltest \
qmldevtools \
cmake \
installed_cmake
qmldevtools.CONFIG = host_build
-!mac {
-SUBDIRS += \
- quick \
- particles \
- qmltest
-}
+!mac:SUBDIRS += quick
installed_cmake.depends = cmake
diff --git a/tests/auto/qml/debugger/debugger.pro b/tests/auto/qml/debugger/debugger.pro
index aa3ad6a3a3..98e41411ee 100644
--- a/tests/auto/qml/debugger/debugger.pro
+++ b/tests/auto/qml/debugger/debugger.pro
@@ -3,6 +3,8 @@ TEMPLATE = subdirs
PUBLICTESTS += \
qqmlenginedebugservice \
qqmldebugjs \
+ qqmlinspector \
+ qqmlprofilerservice \
qpacketprotocol \
# qv8profilerservice \
# qdebugmessageservice \