forked from qt-creator/qt-creator
They did not build on Windows. Change-Id: I0c688b8e1b78e9bb06e2efd6e2cbf8791f272bc2 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
13 lines
312 B
QML
13 lines
312 B
QML
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"'
|
|
])
|
|
}
|