Files
qt-creator/tests/auto/valgrind/memcheck/testapps/testapp.qbs

15 lines
408 B
QML
Raw Normal View History

import qbs
QtcTestApp {
name: "Memcheck " + testName + " autotest"
Depends { name: "qtc" }
property string testName
cpp.warningLevel: "none"
targetName: testName // Test runner hardcodes the names of the executables
destinationDirectory: project.buildDirectory + '/'
+ qtc.ide_bin_path + '/testapps/' + testName
files: sourceDirectory + "/main.cpp"
}