@@ -20,9 +20,11 @@ if(DEFINED ROOT_SOURCE_DIR) # Testing using the binary tree
2020 set (ROOT_environ PATH =${CMAKE_BINARY_DIR} /bin:$ENV{PATH}
2121 ${ld_library_path} =${CMAKE_BINARY_DIR} /lib:$ENV{${ld_library_path} }
2222 ROOTSYS=${CMAKE_BINARY_DIR}
23+ ROOT_INCLUDE_PATH=${CMAKE_BINARY_DIR} /tutorials/io/tree
2324 PYTHONPATH=${CMAKE_BINARY_DIR} /lib:$ENV{PYTHONPATH} )
2425 else ()
2526 set (ROOT_environ ROOTSYS=${CMAKE_BINARY_DIR}
27+ ROOT_INCLUDE_PATH=${CMAKE_BINARY_DIR} /tutorials/io/tree
2628 PYTHONPATH=${CMAKE_BINARY_DIR} /bin;$ENV{PYTHONPATH} )
2729 endif ()
2830else () # testing using an installation
@@ -423,7 +425,6 @@ set(extra_veto
423425 io/tree /hsimpleProxy.C # A driver uses this macro which cannot be executed directly
424426 io/tree /tree103_tree.C
425427 io/tree /tree106_tree.C
426- io/tree /tree108_tree.C
427428 roofit/roostats/rs401d_FeldmanCousins.C # Takes too much time
428429 roofit/roostats/rs401d_FeldmanCousins.py
429430 roofit/histfactory/ModifyInterpolation.C
@@ -437,6 +438,11 @@ set(extra_veto
437438 math /r/rootlogon.C
438439 roofit/roostats/StandardFrequentistDiscovery.C)
439440
441+ configure_file (${CMAKE_SOURCE_DIR} /test /Event.h ${CMAKE_BINARY_DIR} /tutorials/io/tree /Event.h COPYONLY )
442+ configure_file (${CMAKE_SOURCE_DIR} /test /Event.cxx ${CMAKE_BINARY_DIR} /tutorials/io/tree /Event.cxx COPYONLY )
443+ install (FILES ${CMAKE_SOURCE_DIR} /test /Event.h ${CMAKE_SOURCE_DIR} /test /Event.cxx
444+ DESTINATION ${CMAKE_INSTALL_TUTDIR} /io/tree COMPONENT tests)
445+
440446if (MSVC )
441447 # disable run_h1analysis.C because of Endpoint Security HTTP traffic scanning,
442448 # which is corrupting the data on Windows
@@ -549,6 +555,9 @@ set(io-xml-xmlmodifyfile-depends tutorial-io-xml-xmlnewfile)
549555set (io-xml-xmlreadfile-depends tutorial-io-xml-xmlnewfile)
550556set (roofit-roofit-rf503_wspaceread-depends tutorial-roofit-roofit-rf502_wspacewrite)
551557set (io-readCode-depends tutorial-io-importCode)
558+ set (io-tree -tree110_copy-depends tutorial-io-tree -tree108_tree)
559+ set (io-tree -tree111_copy-depends tutorial-io-tree -tree108_tree)
560+ set (io-tree -tree112_copy-depends tutorial-io-tree -tree108_tree)
552561set (math-fit-fit1-depends tutorial-hist-hist001_TH1_fillrandom)
553562set (math-fit-myfit-depends tutorial-math-fit-fitslicesy)
554563set (math-foam-foam_demopers-depends tutorial-math-foam-foam_demo)
0 commit comments