File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed
Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -303,5 +303,8 @@ set(CMAKE_MACOSX_RPATH TRUE) # use RPATH for MacOSX
303303include (RoottestCTest)
304304include (SearchInstalledSoftwareRoottest)
305305
306+ ROOTTEST_COMPILE_MACRO(scripts/utils.cc
307+ FIXTURES_SETUP roottest-scripts-utils-fixture)
308+
306309message ("-- Scanning subdirectories for tests..." )
307310ROOTTEST_ADD_TESTDIRS()
Original file line number Diff line number Diff line change @@ -94,14 +94,11 @@ endif()
9494ROOTTEST_COMPILE_MACRO(iobug.C
9595 FIXTURES_SETUP root-tree -addresses-iobug-fixture)
9696
97- ROOTTEST_COMPILE_MACRO(${CMAKE_SOURCE_DIR} /roottest/scripts/utils.cc
98- FIXTURES_SETUP root-tree -addresses-utils-fixture)
99-
10097ROOTTEST_ADD_TEST(iobug
10198 MACRO runiobug.C
102- ROOTEXE_OPTS -e "(void)gSystem->Load(\" utils_cc\" )"
99+ ROOTEXE_OPTS -e "(void)gSystem->Load(\" ../../../ utils_cc\" )"
103100 OUTREF iobug.ref
104- FIXTURES_REQUIRED root-tree -addresses-iobug-fixture root- tree -addresses -utils-fixture)
101+ FIXTURES_REQUIRED root-tree -addresses-iobug-fixture roottest-scripts -utils-fixture)
105102
106103ROOTTEST_COMPILE_MACRO(userClass.C
107104 FIXTURES_SETUP root-tree -addresses-userClass-fixture)
Original file line number Diff line number Diff line change 1- ROOTTEST_COMPILE_MACRO(${CMAKE_SOURCE_DIR} /roottest/scripts/utils.cc
2- FIXTURES_SETUP root-treedraw-utils-fixture)
3-
41ROOTTEST_ADD_TEST(create
52 MACRO ${CMAKE_SOURCE_DIR} /tutorials/hsimple.C
63 PASSRC 255
74 FIXTURES_SETUP root-treedraw-create-fixture)
85
96ROOTTEST_ADD_TEST(simple
107 MACRO runsimple.C
11- ROOTEXE_OPTS -e "(void)gSystem->Load(\" utils_cc\" )"
8+ ROOTEXE_OPTS -e "(void)gSystem->Load(\" ../../ utils_cc\" )"
129 COPY_TO_BUILDDIR hsimple.ps.ref
1310 OUTREF simple.ref
14- FIXTURES_REQUIRED root-treedraw -utils-fixture root-treedraw-create-fixture)
11+ FIXTURES_REQUIRED roottest-scripts -utils-fixture root-treedraw-create-fixture)
You can’t perform that action at this time.
0 commit comments