aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-08-26 17:50:02 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2013-09-09 12:16:09 +0200
commit698144e32ed270145cf2c1ff3ec8a9519ffef419 (patch)
tree4882fc026b5360a8bcb5cd8d4df43807090569a4 /tests/tests.qbs
parentfbda0ef558c3bee966fe517fc48b642bef85e6f4 (diff)
Add qbs project files for autotests.
Note: Since not all autotests are able to run from an installed location, we need to be able to start them from the build directory, which in turn forces us to set a destination directory for libraries and plugins, so they will be found at run-time. Change-Id: Idcf7e1333dfa6e9dbf745391b78c035f842ccc5a Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/tests.qbs')
-rw-r--r--tests/tests.qbs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/tests.qbs b/tests/tests.qbs
new file mode 100644
index 0000000000..0b475afde5
--- /dev/null
+++ b/tests/tests.qbs
@@ -0,0 +1,6 @@
+import qbs
+
+Project {
+ name: "Tests"
+ references: ["auto/auto.qbs"]
+}