aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/declarative.pro
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-10-15 17:43:55 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-17 09:24:13 +0200
commit751c10d1471a8c3ccc81ce47adc642c1f6f0c2f7 (patch)
treeb4eb3b14931a5632f554136761f6bd7f74796701 /tests/auto/declarative/declarative.pro
parentb71363fda9822fab6d7fb93143173c6ba4cb8aa3 (diff)
Debugger: Move debugging autotests into own folder
This mirrors the source tree structure and makes it easier to run them all in one go. Change-Id: Ia191790eaec2c409857c41aff479d2ebd144aaf8 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'tests/auto/declarative/declarative.pro')
-rw-r--r--tests/auto/declarative/declarative.pro7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro
index 719318252d..831061d86f 100644
--- a/tests/auto/declarative/declarative.pro
+++ b/tests/auto/declarative/declarative.pro
@@ -35,10 +35,6 @@ PRIVATETESTS += \
qdeclarativebinding \
qdeclarativechangeset \
qdeclarativeconnection \
- qdeclarativeenginedebug \
- qdeclarativedebugclient \
- qdeclarativedebugservice \
-# qdeclarativedebugjs \
qdeclarativeecmascript \
qdeclarativeexpression \
qdeclarativefontloader \
@@ -61,7 +57,6 @@ PRIVATETESTS += \
qdeclarativevaluetypes \
qdeclarativeworkerscript \
qdeclarativexmllistmodel \
- qpacketprotocol \
v4
# This test requires the xmlpatterns module
@@ -96,8 +91,8 @@ SGTESTS = \
SUBDIRS += $$PUBLICTESTS
-
SUBDIRS += $$METATYPETESTS
+SUBDIRS += debugger
contains(QT_CONFIG, private_tests) {
SUBDIRS += $$PRIVATETESTS