We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b1cc6 commit f0a79f4Copy full SHA for f0a79f4
Detectors/CPV/calib/CMakeLists.txt
@@ -35,6 +35,14 @@ if(BUILD_TESTING)
35
PUBLIC_LINK_LIBRARIES O2::CCDB O2::DataFormatsCPV
36
LABELS CPV COMPILE_ONLY)
37
38
+ o2_add_test_root_macro(macros/readPedEfficienciesFromCCDB.C
39
+ PUBLIC_LINK_LIBRARIES O2::CCDB O2::CPVBase
40
+ LABELS CPV COMPILE_ONLY)
41
+
42
+ o2_add_test_root_macro(macros/readThresholdsFEEFromCCDB.C
43
44
45
46
o2_add_test_root_macro(macros/PostBadMapCCDB.C
47
48
0 commit comments