summaryrefslogtreecommitdiff
path: root/tests/auto
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2016-08-04 13:16:47 +0200
committerChristian Stenger <christian.stenger@qt.io>2016-08-04 11:27:16 +0000
commit3e7707148e56e766c8bfcc74e5c189e7335c30e9 (patch)
tree535aa8ada705fe4890060f2701c784dac9845524 /tests/auto
parentc1190f0a54b33fb606c5c9bcb2ae8c9da1e00dff (diff)
downloadqt-creator-3e7707148e56e766c8bfcc74e5c189e7335c30e9.tar.gz
Tests: Fix missing reference to algorithm test
Change-Id: I7323995c01e1633b4a84fd24b2a3b99d663e5d13 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/auto.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.qbs b/tests/auto/auto.qbs
index 6b1b308442..8019fed3c6 100644
--- a/tests/auto/auto.qbs
+++ b/tests/auto/auto.qbs
@@ -5,6 +5,7 @@ Project {
condition: project.withAutotests
references: [
"aggregation/aggregation.qbs",
+ "algorithm/algorithm.qbs",
"changeset/changeset.qbs",
"clangstaticanalyzer/clangstaticanalyzer.qbs",
"cplusplus/cplusplus.qbs",