Skip to content

Commit 804667b

Browse files
committed
[roottest] use cmake for treeformula/evolution
1 parent 670423e commit 804667b

File tree

5 files changed

+16
-111
lines changed

5 files changed

+16
-111
lines changed

roottest/root/treeformula/evolution/.rootrc

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
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)

roottest/root/treeformula/evolution/Makefile

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

roottest/root/treeformula/evolution/runtreetest.C

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

roottest/root/treeformula/evolution/treetest.ref-cling

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

0 commit comments

Comments
 (0)