Skip to content

Commit c46c419

Browse files
authored
Re-enable check of run_trac_ca_its.C as json.h is fixed (#3305)
Co-authored-by: shahoian <ruben.shahoyan@cern.ch>
1 parent 7af66e4 commit c46c419

2 files changed

Lines changed: 12 additions & 15 deletions

File tree

cmake/O2RootMacroExclusionList.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

macro/CMakeLists.txt

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff 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
378376
o2_add_test_root_macro(run_trac_mft.C

0 commit comments

Comments
 (0)