2015-01-23 17:51:50 +01:00
|
|
|
import qbs
|
|
|
|
|
import "../clangstaticanalyzerautotest.qbs" as ClangStaticAnalyzerAutotest
|
|
|
|
|
|
|
|
|
|
ClangStaticAnalyzerAutotest {
|
|
|
|
|
name: "ClangStaticAnalyzerLogFileReader Autotest"
|
2017-02-14 14:05:58 +01:00
|
|
|
cpp.defines: base.concat('SRCDIR="' + sourceDirectory + '"')
|
2015-01-23 17:51:50 +01:00
|
|
|
|
|
|
|
|
Group {
|
|
|
|
|
name: "sources from plugin"
|
|
|
|
|
prefix: pluginDir + '/'
|
|
|
|
|
files: [
|
|
|
|
|
"clangstaticanalyzerdiagnostic.cpp",
|
|
|
|
|
"clangstaticanalyzerdiagnostic.h",
|
|
|
|
|
"clangstaticanalyzerlogfilereader.cpp",
|
|
|
|
|
"clangstaticanalyzerlogfilereader.h",
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
files: [
|
|
|
|
|
"tst_clangstaticanalyzerlogfilereader.cpp"
|
|
|
|
|
]
|
|
|
|
|
}
|