Skip to content
Snippets Groups Projects
Commit 4958cd39 authored by Gerardo Ganis's avatar Gerardo Ganis
Browse files

For stressProof, add switches to control the location of the log files in case of failure

git-svn-id: http://root.cern.ch/svn/root/trunk@45876 27541ba8-7e3a-0410-8455-c3a389f83636
parent ea0ec73a
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ endif() ...@@ -148,7 +148,7 @@ endif()
ROOT_EXECUTABLE(stressFit stressFit.cxx LIBRARIES MathCore Matrix) ROOT_EXECUTABLE(stressFit stressFit.cxx LIBRARIES MathCore Matrix)
ROOT_ADD_TEST(test-stressfit COMMAND stressFit FAILREGEX "FAILED") ROOT_ADD_TEST(test-stressfit COMMAND stressFit FAILREGEX "FAILED")
#--stressHitoFit----------------------------------------------------------------------------- #--stressHistoFit-----------------------------------------------------------------------------
if(ROOT_unuran_FOUND) if(ROOT_unuran_FOUND)
ROOT_EXECUTABLE(stressHistoFit stressHistoFit.cxx LIBRARIES MathCore Matrix Unuran Tree Gpad) ROOT_EXECUTABLE(stressHistoFit stressHistoFit.cxx LIBRARIES MathCore Matrix Unuran Tree Gpad)
ROOT_ADD_TEST(test-stresshistofit COMMAND stressHistoFit FAILREGEX "FAILED") ROOT_ADD_TEST(test-stresshistofit COMMAND stressHistoFit FAILREGEX "FAILED")
...@@ -181,7 +181,10 @@ ROOT_ADD_TEST(test-stressinterpreter COMMAND stressInterpreter ...@@ -181,7 +181,10 @@ ROOT_ADD_TEST(test-stressinterpreter COMMAND stressInterpreter
if(NOT WIN32) if(NOT WIN32)
add_custom_target(TestData ALL COMMAND ${CMAKE_COMMAND} -DDST=${CMAKE_SOURCE_DIR}/files -P ${CMAKE_CURRENT_SOURCE_DIR}/rootDownloadData.cmake) add_custom_target(TestData ALL COMMAND ${CMAKE_COMMAND} -DDST=${CMAKE_SOURCE_DIR}/files -P ${CMAKE_CURRENT_SOURCE_DIR}/rootDownloadData.cmake)
ROOT_EXECUTABLE(stressProof stressProof.cxx LIBRARIES Proof ProofPlayer Hist) ROOT_EXECUTABLE(stressProof stressProof.cxx LIBRARIES Proof ProofPlayer Hist)
ROOT_ADD_TEST(test-stressproof COMMAND stressProof lite:// -h1 ${CMAKE_SOURCE_DIR}/files/h1 -event ${CMAKE_SOURCE_DIR}/files/event FAILREGEX "FAILED") ROOT_ADD_TEST(test-stressproof COMMAND stressProof lite://
-h1 ${CMAKE_SOURCE_DIR}/files/h1 -event ${CMAKE_SOURCE_DIR}/files/event
-l /tmp/stressProof-%d.log -cleanlog -noprogress
FAILREGEX "FAILED")
endif() endif()
#--testbits---------------------------------------------------------------------------------- #--testbits----------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment