aboutsummaryrefslogtreecommitdiffstats
path: root/tutorial/chapter-8/test/test.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/chapter-8/test/test.qbs')
-rw-r--r--tutorial/chapter-8/test/test.qbs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tutorial/chapter-8/test/test.qbs b/tutorial/chapter-8/test/test.qbs
new file mode 100644
index 000000000..1e911da47
--- /dev/null
+++ b/tutorial/chapter-8/test/test.qbs
@@ -0,0 +1,5 @@
+MyAutoTest {
+ Depends { name: "mylib" }
+ name: "mytest"
+ files: "test.c"
+}