Skip to content

Commit fc83851

Browse files
committed
Fix ROOT macro tests
1 parent 857cc42 commit fc83851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/O2RootMacroExclusionList.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ list(APPEND O2_ROOT_MACRO_EXCLUSION_LIST
4343
GPU/GPUTracking/Merger/macros/fitPolynomialFieldTpc.C # Needs AliRoot AliMagF
4444
GPU/GPUTracking/Merger/macros/fitPolynomialFieldTrd.C # Needs AliRoot AliMagF
4545
GPU/GPUTracking/Standalone/tools/dumpTRDClusterMatrices.C # Needs AliRoot AliCDBManager, AliGeomManager and AliTRDgeometry
46+
GPU/GPUTracking/Standalone/tools/dumpGPUDefParam.C # Exampple, which needs special headers to work
4647
GPU/GPUTracking/TRDTracking/macros/checkDbgOutput.C # Needs AliRoot TStatToolkit
4748
GPU/TPCFastTransformation/devtools/loadlibs.C # Special macro
4849
GPU/GPUTracking/TRDTracking/macros/run_trd_tracker.C # Not yet ready
@@ -58,7 +59,6 @@ list(APPEND O2_ROOT_MACRO_EXCLUSION_LIST
5859
macro/CreateSampleIRFrames.C
5960
Detectors/Upgrades/ALICE3/macros/ALICE3Field.C)
6061

61-
6262
if(NOT BUILD_SIMULATION)
6363
# some complete sub_directories are not added to the build when not building
6464
# simulation, so the corresponding o2_add_test_root_macro won't be called at

0 commit comments

Comments
 (0)