Skip to content

Commit baf3f98

Browse files
committed
[roottest] enable bill02 test
Check that uncompressed file size is large enough to store 10000 integers. Remove old dictionary, executable, .rootrc file Test was not running before
1 parent 2977ee9 commit baf3f98

File tree

10 files changed

+36
-755
lines changed

10 files changed

+36
-755
lines changed

roottest/root/io/bill02/.rootrc

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
ROOTTEST_GENERATE_DICTIONARY(libBill02MyObject
2+
MyObject.h
3+
LINKDEF LinkDef.h
4+
NO_ROOTMAP NO_CXXMODULE
5+
FIXTURES_SETUP root-io-bill02-dict-fixture)
6+
7+
ROOTTEST_ADD_TEST(checksize
8+
MACRO run.C
9+
ROOTEXE_OPTS -e "gInterpreter->AddIncludePath(\"-I${CMAKE_CURRENT_SOURCE_DIR}\")"
10+
-e "(void)gSystem->Load(\"libBill02MyObject\")"
11+
OUTREF checksize.ref
12+
FIXTURES_REQUIRED root-io-bill02-dict-fixture)

0 commit comments

Comments
 (0)