We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3caea commit b7f4c5bCopy full SHA for b7f4c5b
roottest/root/io/recover/.rootrc
roottest/root/io/recover/CMakeLists.txt
@@ -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()
+ROOTTEST_ADD_TEST(zombie
+ COPY_TO_BUILDDIR crashed.root
+ MACRO assertZombie.C
+ ERRREF assertZombie.ref)
+
+ROOTTEST_ADD_TEST(empty
+ MACRO runempty.C
8
+ OUTREF empty.ref)
roottest/root/io/recover/Makefile
0 commit comments