From bc2c41ac94f4e604c605677ee42bcd04b7b127bc Mon Sep 17 00:00:00 2001 From: wiechula Date: Thu, 26 Feb 2026 13:33:27 +0100 Subject: [PATCH] Add missing test --- Detectors/TPC/qc/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Detectors/TPC/qc/CMakeLists.txt b/Detectors/TPC/qc/CMakeLists.txt index 60195ed6d451a..ce998eec6475c 100644 --- a/Detectors/TPC/qc/CMakeLists.txt +++ b/Detectors/TPC/qc/CMakeLists.txt @@ -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