Skip to content

Commit bc2c41a

Browse files
committed
Add missing test
1 parent d19919c commit bc2c41a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Detectors/TPC/qc/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ o2_add_test(TrackClusters
7777
SOURCES test/test_TrackClusters.cxx
7878
LABELS tpc)
7979

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+
8086
o2_add_test_root_macro(macro/runPID.C
8187
PUBLIC_LINK_LIBRARIES O2::TPCQC
8288
O2::DataFormatsTPC

0 commit comments

Comments
 (0)