blob: 04fa145c265907a0385165a9771bd484758aa11c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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"'
])
}
|