aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/valgrind/memcheck/testapps/testapp.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/valgrind/memcheck/testapps/testapp.qbs')
-rw-r--r--tests/auto/valgrind/memcheck/testapps/testapp.qbs9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/valgrind/memcheck/testapps/testapp.qbs b/tests/auto/valgrind/memcheck/testapps/testapp.qbs
new file mode 100644
index 0000000000..fcbac27d85
--- /dev/null
+++ b/tests/auto/valgrind/memcheck/testapps/testapp.qbs
@@ -0,0 +1,9 @@
+import qbs
+import "../../../autotest.qbs" as Autotest
+
+Autotest {
+ name: "Memcheck " + testName + " autotest"
+ targetName: testName // Test runner hardcodes the names of the executables
+ destinationDirectory: buildDirectory + '/' + project.ide_bin_path + '/testapps/' + testName
+ files: "main.cpp"
+}