aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-05-30 07:20:41 -0700
committerJake Petroules <jake.petroules@qt.io>2017-05-30 15:30:19 +0000
commitce4ffe10905b4baf539c1b40d841ffe6964f8eca (patch)
tree807874f89c8c533588c680ad077a6e48e1c08d09 /tests/auto/auto.qbs
parent8a7beb631787bbc61624f0fead0563b35649be3a (diff)
Move blackbox-java and blackbox-clangdb tests into their own files
No real reason for the separation, and more consistent with the rest of the tests. Change-Id: I7002a18c6e3441b6de2b80c6dd6daaa9d76c30cb Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'tests/auto/auto.qbs')
-rw-r--r--tests/auto/auto.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/auto.qbs b/tests/auto/auto.qbs
index 6f20daeb5..1840e07dd 100644
--- a/tests/auto/auto.qbs
+++ b/tests/auto/auto.qbs
@@ -6,6 +6,8 @@ Project {
"api/api.qbs",
"blackbox/blackbox.qbs",
"blackbox/blackbox-apple.qbs",
+ "blackbox/blackbox-clangdb.qbs",
+ "blackbox/blackbox-java.qbs",
"blackbox/blackbox-qt.qbs",
"buildgraph/buildgraph.qbs",
"cmdlineparser/cmdlineparser.qbs",