forked from qt-creator/qt-creator
Add qbs project files for autotests.
Note: Since not all autotests are able to run from an installed location, we need to be able to start them from the build directory, which in turn forces us to set a destination directory for libraries and plugins, so they will be found at run-time. Change-Id: Idcf7e1333dfa6e9dbf745391b78c035f842ccc5a Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
19
tests/auto/cplusplus/cplusplus.qbs
Normal file
19
tests/auto/cplusplus/cplusplus.qbs
Normal file
@@ -0,0 +1,19 @@
|
||||
import qbs
|
||||
|
||||
Project {
|
||||
name: "CPlusPlus autotests"
|
||||
references: [
|
||||
"ast/ast.qbs",
|
||||
"checksymbols/checksymbols.qbs",
|
||||
"codeformatter/codeformatter.qbs",
|
||||
"cxx11/cxx11.qbs",
|
||||
"findusages/findusages.qbs",
|
||||
"lexer/lexer.qbs",
|
||||
"lookup/lookup.qbs",
|
||||
"misc/misc.qbs",
|
||||
"preprocessor/preprocessor.qbs",
|
||||
"semantic/semantic.qbs",
|
||||
"simplifytypes/simplifytypes.qbs",
|
||||
"typeprettyprinter/typeprettyprinter.qbs"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user