aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.qbs')
-rw-r--r--tests/tests.qbs5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/tests.qbs b/tests/tests.qbs
index 0b475afde5..4e04ae57d8 100644
--- a/tests/tests.qbs
+++ b/tests/tests.qbs
@@ -2,5 +2,8 @@ import qbs
Project {
name: "Tests"
- references: ["auto/auto.qbs"]
+ references: [
+ "auto/auto.qbs",
+ "unit/unit.qbs",
+ ]
}