aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/blackbox.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/blackbox.qbs')
-rw-r--r--tests/auto/blackbox/blackbox.qbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/blackbox/blackbox.qbs b/tests/auto/blackbox/blackbox.qbs
new file mode 100644
index 000000000..f7c28939b
--- /dev/null
+++ b/tests/auto/blackbox/blackbox.qbs
@@ -0,0 +1,7 @@
+import "../autotest.qbs" as AutoTest
+
+AutoTest {
+ testName: "blackbox"
+ files: ["tst_blackbox.h", "tst_blackbox.cpp"]
+ cpp.defines: base.concat(['SRCDIR="' + path + '"'])
+}