forked from qt-creator/qt-creator
Change-Id: I014ef6fd125393b69ec242219c0833efde0c216b Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
22 lines
556 B
QML
22 lines
556 B
QML
import qbs
|
|
import "../clangstaticanalyzerautotest.qbs" as ClangStaticAnalyzerAutotest
|
|
|
|
ClangStaticAnalyzerAutotest {
|
|
name: "ClangStaticAnalyzerLogFileReader Autotest"
|
|
|
|
Group {
|
|
name: "sources from plugin"
|
|
prefix: pluginDir + '/'
|
|
files: [
|
|
"clangstaticanalyzerdiagnostic.cpp",
|
|
"clangstaticanalyzerdiagnostic.h",
|
|
"clangstaticanalyzerlogfilereader.cpp",
|
|
"clangstaticanalyzerlogfilereader.h",
|
|
]
|
|
}
|
|
|
|
files: [
|
|
"tst_clangstaticanalyzerlogfilereader.cpp"
|
|
]
|
|
}
|