aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-10-22 10:22:09 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-22 13:51:33 +0200
commitbf245797a7b14d8c40cd9f2a12620690ef20094e (patch)
tree212702723b9fc7b330dd5df99cbf5d2df3598685 /tests
parent7dd2deb44b65bf3447d8688d24140175af17f06d (diff)
Re-enable debugger autotests on Mac
Partially revert 8ed38c70 to also test qqmlprofiler, qqmlinspector on Mac. The tests were unreliable before, but that was fixed with 816e7f11f in qtbase. Change-Id: Icca7ff6617ea18d069d4cd95905d76fe59b92e31 Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/debugger/debugger.pro10
1 files changed, 3 insertions, 7 deletions
diff --git a/tests/auto/qml/debugger/debugger.pro b/tests/auto/qml/debugger/debugger.pro
index 5d88b58377..15abbcc7ab 100644
--- a/tests/auto/qml/debugger/debugger.pro
+++ b/tests/auto/qml/debugger/debugger.pro
@@ -6,18 +6,14 @@ PUBLICTESTS += \
qpacketprotocol \
# qv8profilerservice \
# qdebugmessageservice \
- qqmlenginedebuginspectorintegrationtest
+ qqmlenginedebuginspectorintegrationtest \
+ qqmlinspector \
+ qqmlprofilerservice
PRIVATETESTS += \
qqmldebugclient \
qqmldebugservice
-!mac {
-PUBLICTESTS += \
- qqmlinspector \
- qqmlprofilerservice
-}
-
SUBDIRS += $$PUBLICTESTS
contains(QT_CONFIG, private_tests) {