Skip to content

Commit b7f4c5b

Browse files
committed
[roottest] use cmake for io/recover tests
1 parent 8c3caea commit b7f4c5b

File tree

3 files changed

+8
-79
lines changed

3 files changed

+8
-79
lines changed

roottest/root/io/recover/.rootrc

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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_ADD_TEST(zombie
2+
COPY_TO_BUILDDIR crashed.root
3+
MACRO assertZombie.C
4+
ERRREF assertZombie.ref)
5+
6+
ROOTTEST_ADD_TEST(empty
7+
MACRO runempty.C
8+
OUTREF empty.ref)

roottest/root/io/recover/Makefile

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

0 commit comments

Comments
 (0)