forked from qt-creator/qt-creator
Qbs build system: Add a component for test files groups
Mainly in order to enforce a unified group name across QtC libraries and plugins. Change-Id: I6eafe0f9d227ec73d8c9029675866c67063768fb Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -94,9 +94,7 @@ QtcPlugin {
|
||||
}
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Tests"
|
||||
condition: qtc.testsEnabled
|
||||
QtcTestFiles {
|
||||
prefix: "test/"
|
||||
files: [
|
||||
"activationsequenceprocessortest.cpp",
|
||||
|
||||
Reference in New Issue
Block a user