Skip to content
Snippets Groups Projects
Commit 9f82939b authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

Define ROOTSYS when running stressGraphics

parent 0c7b65f3
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ ROOT_ADD_TEST(test-stresslinear COMMAND stressLinear FAILREGEX "FAILED")
ROOT_EXECUTABLE(stressGraphics stressGraphics.cxx LIBRARIES Graf Gpad Postscript)
configure_file(stressGraphics.ref stressGraphics.ref @COPY_ONLY)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../tutorials/graphics/earth.dat earth.dat @COPY_ONLY)
ROOT_ADD_TEST(test-stressgraphics COMMAND stressGraphics -b -k FAILREGEX "FAILED")
ROOT_ADD_TEST(test-stressgraphics ENVIRONMENT ROOTSYS=${CMAKE_BINARY_DIR} COMMAND stressGraphics -b -k FAILREGEX "FAILED")
#--stressHistogram------------------------------------------------------------------------------------
ROOT_EXECUTABLE(stressHistogram stressHistogram.cxx LIBRARIES Hist RIO)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment