aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/blackbox.pro
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-08-04 12:00:41 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2016-08-08 20:17:04 +0000
commit188c160b658dc96a70afb08e80286866d6b4c507 (patch)
treeea72b10145ed31ffce5ec7b48051a391d47d1909 /tests/auto/blackbox/blackbox.pro
parent2c916bea64bc480282eeddfc1d55042be10fa4e9 (diff)
Split off the Java-related blackbox tests
They take an extraordinary amount of time and should thus run in parallel to the other tests. Change-Id: I435dd5506cc3f26e351c700ce6be2476d041b6af Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'tests/auto/blackbox/blackbox.pro')
-rw-r--r--tests/auto/blackbox/blackbox.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/blackbox/blackbox.pro b/tests/auto/blackbox/blackbox.pro
index 24e275275..8398270d6 100644
--- a/tests/auto/blackbox/blackbox.pro
+++ b/tests/auto/blackbox/blackbox.pro
@@ -1,11 +1,11 @@
TARGET = tst_blackbox
-HEADERS = tst_blackbox.h
-SOURCES = tst_blackbox.cpp
+HEADERS = tst_blackbox.h tst_blackboxbase.h
+SOURCES = tst_blackbox.cpp tst_blackboxbase.cpp
include(../auto.pri)
-DATA_DIRS = testdata
+DATA_DIRS = testdata ../find
for(data_dir, DATA_DIRS) {
files = $$files($$PWD/$$data_dir/*, true)