forked from acts-project/acts
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Exclude "Examples" unit tests from the
unit_tests
phony
- Loading branch information
1 parent
ac0aceb
commit eca49dd
Showing
5 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
set(unittest_extra_libraries ActsExamplesAlignment) | ||
add_unittest(AlignmentGrouping AlignmentGroupingTests.cpp) | ||
add_unittest(AlignmentGrouping AlignmentGroupingTests.cpp EXCLUDE_FROM_PHONY) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
set(unittest_extra_libraries ActsExamplesDigitization ActsExamplesIoCsv) | ||
|
||
add_unittest(MeasurementReaderWriter MeasurementReaderWriterTests.cpp) | ||
add_unittest(MeasurementReaderWriter MeasurementReaderWriterTests.cpp EXCLUDE_FROM_PHONY) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
set(unittest_extra_libraries ActsExamplesDigitization ActsExamplesIoJson) | ||
|
||
add_unittest(JsonDigitizationConfig JsonDigitizationConfigTests.cpp) | ||
add_unittest(JsonDigitizationConfig JsonDigitizationConfigTests.cpp EXCLUDE_FROM_PHONY) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
set(unittest_extra_libraries ActsExamplesIoRoot) | ||
|
||
add_unittest(RootSimhitReaderWriter SimhitReaderWriterTests.cpp) | ||
add_unittest(RootSimhitReaderWriter SimhitReaderWriterTests.cpp EXCLUDE_FROM_PHONY) |