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 f54c63c commit 5ecc79aCopy full SHA for 5ecc79a
root/treeformula/formulaio/CMakeLists.txt
@@ -1,7 +1,6 @@
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(old-formula
+ PRECMD ${CMAKE_COMMAND} -E copy
+ ${CMAKE_CURRENT_SOURCE_DIR}/hsimple.31000.root
+ ${CMAKE_CURRENT_BINARY_DIR}/hsimple.31000.root
+ MACRO runoldFormulaTest.C
+ OUTREF oldFormulaTest.ref)
root/treeformula/formulaio/Makefile
0 commit comments