Skip to content

Commit c364f50

Browse files
committed
io: test very large collections
1 parent 47f8daa commit c364f50

3 files changed

Lines changed: 458 additions & 0 deletions

File tree

io/io/test/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,12 @@ if(NOT _32BIT)
6262
MACRO testByteCount.cxx+
6363
OUTREF testByteCount.ref
6464
FIXTURES_REQUIRED io-io-tobj-fixture)
65+
66+
ROOTTEST_COMPILE_MACRO(testLargeCollection.cxx
67+
FIXTURES_SETUP io-io-testcoll-fixture)
68+
69+
ROOTTEST_ADD_TEST(testLargeCollections
70+
MACRO testLargeCollection.cxx+
71+
OUTREF testLargeCollection.ref
72+
FIXTURES_REQUIRED io-io-testcoll-fixture)
6573
endif()

0 commit comments

Comments
 (0)