Files
qt-creator/tests/auto/valgrind/callgrind/callgrindparsertests.qbs

13 lines
312 B
QML
Raw Normal View History

import qbs
import "../valgrindautotest.qbs" as ValgrindAutotest
ValgrindAutotest {
name: "Callgrind parser autotest"
files: ["callgrindparsertests.h", "callgrindparsertests.cpp"]
cpp.defines: base.concat([
'CALLGRINDPARSERTESTS',
'PARSERTESTS_DATA_DIR="' + path + '/data"'
])
}