We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19919c commit bc2c41aCopy full SHA for bc2c41a
Detectors/TPC/qc/CMakeLists.txt
@@ -77,6 +77,12 @@ o2_add_test(TrackClusters
77
SOURCES test/test_TrackClusters.cxx
78
LABELS tpc)
79
80
+o2_add_test(DCSPTemperature
81
+ COMPONENT_NAME tpc
82
+ PUBLIC_LINK_LIBRARIES O2::TPCQC
83
+ SOURCES test/test_DCSPTemperature.cxx
84
+ LABELS tpc)
85
+
86
o2_add_test_root_macro(macro/runPID.C
87
PUBLIC_LINK_LIBRARIES O2::TPCQC
88
O2::DataFormatsTPC
0 commit comments