File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ROOTTEST_ADD_TEST(abstract -copy
2+ COMMAND ${CMAKE_COMMAND} -E echo "copy abstract.cxx"
3+ COPY_TO_BUILDDIR abstract .cxx
4+ FIXTURES_SETUP root-tree -split-abstract -copy-fixture)
5+
16ROOTTEST_COMPILE_MACRO(abstract .cxx
7+ FIXTURES_REQUIRED root-tree -split-abstract -copy-fixture
28 FIXTURES_SETUP root-tree -split-abstract -fixture)
39
410ROOTTEST_ADD_TEST(abstract -write
511 MACRO runabstract.cxx
612 MACROARG 0
7- COPY_TO_BUILDDIR abstract .cxx
813 FIXTURES_REQUIRED root-tree -split-abstract -fixture
914 FIXTURES_SETUP root-tree -split-abstract -write-fixture)
1015
1116ROOTTEST_ADD_TEST(abstract -read
1217 MACRO runabstract.cxx
1318 MACROARG 1
1419 OUTREF abstract .ref
15- FIXTURES_REQUIRED root-tree -split-abstract -write-fixture)
20+ FIXTURES_REQUIRED root-tree -split-abstract -fixture
21+ root-tree -split-abstract -write-fixture)
1622
1723ROOTTEST_COMPILE_MACRO(tobj.cxx
1824 FIXTURES_SETUP root-tree -split-tobj-fixture)
You can’t perform that action at this time.
0 commit comments