aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.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/debugger/qdeclarativedebugjs/qdeclarativedebugjs.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/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro')
-rw-r--r--tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro b/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro
new file mode 100644
index 0000000000..a6f005e84f
--- /dev/null
+++ b/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro
@@ -0,0 +1,20 @@
+CONFIG += testcase
+TARGET = tst_qdeclarativedebugjs
+QT += network script declarative-private testlib
+macx:CONFIG -= app_bundle
+
+HEADERS += ../shared/debugutil_p.h
+
+SOURCES += tst_qdeclarativedebugjs.cpp \
+ ../shared/debugutil.cpp
+
+INCLUDEPATH += ../shared
+
+testDataFiles.files = data
+testDataFiles.path = .
+DEPLOYMENT += testDataFiles
+
+
+CONFIG += parallel_test
+#temporary
+CONFIG += insignificant_test