Skip to content

Commit fe0e9e3

Browse files
authored
Merge branch 'AliceO2Group:dev' into new-detector4
2 parents d79cf33 + 4215700 commit fe0e9e3

File tree

258 files changed

+3354
-2780
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+3354
-2780
lines changed

Common/Utils/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ o2_add_test(MemFileHelper
8181
SOURCES test/testMemFileHelper.cxx
8282
PUBLIC_LINK_LIBRARIES O2::CommonUtils)
8383

84+
o2_add_test(EnumFlags
85+
COMPONENT_NAME CommonUtils
86+
LABELS utils
87+
SOURCES test/testEnumFlags.cxx
88+
PUBLIC_LINK_LIBRARIES O2::CommonUtils)
89+
8490
o2_add_executable(treemergertool
8591
COMPONENT_NAME CommonUtils
8692
SOURCES src/TreeMergerTool.cxx

Common/Utils/include/CommonUtils/EnumBitOperators.h

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)