File tree Expand file tree Collapse file tree 5 files changed +16
-111
lines changed
roottest/root/treeformula/evolution Expand file tree Collapse file tree 5 files changed +16
-111
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- #-------------------------------------------------------------------------------
2- #
3- # Placeholder file to translate the tests to the new CTest system. Meanwhile we
4- # define a CTest test that calls 'make' in ${CMAKE_CURRENT_SOURCE_DIR}
5- #
6- #-------------------------------------------------------------------------------
7- ROOTTEST_ADD_OLDTEST ()
1+ ROOTTEST_COMPILE_MACRO (myclass1.cc
2+ FIXTURES_SETUP root-treeformula-evolution-myclass1-fixture )
3+
4+ ROOTTEST_COMPILE_MACRO (myclass2.cc
5+ FIXTURES_SETUP root-treeformula-evolution-myclass2-fixture )
6+
7+ ROOTTEST_ADD_TEST (writeclass
8+ MACRO writeclass.cc
9+ FIXTURES_REQUIRED root-treeformula-evolution-myclass1-fixture
10+ FIXTURES_SETUP root-treeformula-evolution-writeclass-fixture )
11+
12+ ROOTTEST_ADD_TEST (readclass
13+ MACRO readclass.cc
14+ OUTREF treetest.ref
15+ FIXTURES_REQUIRED root-treeformula-evolution-myclass2-fixture
16+ root-treeformula-evolution-writeclass-fixture )
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments