aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/buildgraph/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/buildgraph/CMakeLists.txt')
-rw-r--r--tests/auto/buildgraph/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/buildgraph/CMakeLists.txt b/tests/auto/buildgraph/CMakeLists.txt
new file mode 100644
index 000000000..a3019295e
--- /dev/null
+++ b/tests/auto/buildgraph/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_qbs_test(buildgraph
+ SOURCES
+ tst_buildgraph.cpp
+ tst_buildgraph.h
+ )