Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Detectors/TPC/qc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ o2_add_test(TrackClusters
SOURCES test/test_TrackClusters.cxx
LABELS tpc)

o2_add_test(DCSPTemperature
COMPONENT_NAME tpc
PUBLIC_LINK_LIBRARIES O2::TPCQC
SOURCES test/test_DCSPTemperature.cxx
LABELS tpc)

o2_add_test_root_macro(macro/runPID.C
PUBLIC_LINK_LIBRARIES O2::TPCQC
O2::DataFormatsTPC
Expand Down