summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pri
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/auto.pri')
-rw-r--r--tests/auto/auto.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/auto.pri b/tests/auto/auto.pri
new file mode 100644
index 00000000..e391d44f
--- /dev/null
+++ b/tests/auto/auto.pri
@@ -0,0 +1,3 @@
+!include(../tests.pri) { error("Couldn't find the tests.pri file!") }
+
+!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")