We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e2e61 commit 867af9dCopy full SHA for 867af9d
1 file changed
Detectors/TPC/base/CMakeLists.txt
@@ -80,12 +80,16 @@ o2_add_test(Base
80
SOURCES test/testTPCBase.cxx
81
LABELS tpc)
82
83
-o2_add_test(CalDet
+if(BUILD_SIMULATION)
84
+ # this test needs CCDB/XROOTD which is for sure
85
+ # available in the default-o2 software stack
86
+ o2_add_test(CalDet
87
COMPONENT_NAME tpc
88
PUBLIC_LINK_LIBRARIES O2::TPCBase
89
SOURCES test/testTPCCalDet.cxx
90
ENVIRONMENT O2_ROOT=${CMAKE_BINARY_DIR}/stage
91
92
+endif()
93
94
o2_add_test(Mapper
95
0 commit comments