File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ list(APPEND O2_ROOT_MACRO_EXCLUSION_LIST
4545 macro/SetIncludePath.C
4646 macro/loadExtDepLib.C
4747 macro/load_all_libs.C
48- macro/run_trac_its.C # temporarily, untile json.h is fixed
4948 macro/putCondition.C
5049 macro/rootlogon.C)
5150
Original file line number Diff line number Diff line change @@ -359,20 +359,18 @@ o2_add_test_root_macro(run_trac_ca_its.C
359359 LABELS its COMPILE_ONLY )
360360
361361# FIXME: move to subsystem dir
362- # PH: temporary switch off the test below until an issue in Detectors/ITSMFT/ITS/tracking/include/ITStracking/json.h
363- # is fixed
364- # o2_add_test_root_macro(run_trac_its.C
365- # PUBLIC_LINK_LIBRARIES O2::DetectorsCommonDataFormats
366- # O2::DataFormatsITSMFT
367- # O2::DataFormatsParameters
368- # O2::DetectorsBase
369- # O2::Field
370- # O2::ITSBase
371- # O2::ITSReconstruction
372- # O2::ITStracking
373- # O2::MathUtils
374- # O2::SimulationDataFormat
375- # LABELS its)
362+ o2_add_test_root_macro (run_trac_its.C
363+ PUBLIC_LINK_LIBRARIES O2::DetectorsCommonDataFormats
364+ O2::DataFormatsITSMFT
365+ O2::DataFormatsParameters
366+ O2::DetectorsBase
367+ O2::Field
368+ O2::ITSBase
369+ O2::ITSReconstruction
370+ O2::ITStracking
371+ O2::MathUtils
372+ O2::SimulationDataFormat
373+ LABELS its )
376374
377375# FIXME: move to subsystem dir
378376o2_add_test_root_macro (run_trac_mft.C
You can’t perform that action at this time.
0 commit comments