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
303
303
include (RoottestCTest )
304
304
include (SearchInstalledSoftwareRoottest )
305
305
306
+ ROOTTEST_COMPILE_MACRO (scripts/utils.cc
307
+ FIXTURES_SETUP roottest-scripts-utils-fixture )
308
+
306
309
message ("-- Scanning subdirectories for tests..." )
307
310
ROOTTEST_ADD_TESTDIRS ()
Original file line number Diff line number Diff line change @@ -94,14 +94,11 @@ endif()
94
94
ROOTTEST_COMPILE_MACRO (iobug.C
95
95
FIXTURES_SETUP root-tree-addresses-iobug-fixture )
96
96
97
- ROOTTEST_COMPILE_MACRO (${CMAKE_SOURCE_DIR} /roottest/scripts/utils.cc
98
- FIXTURES_SETUP root-tree-addresses-utils-fixture )
99
-
100
97
ROOTTEST_ADD_TEST (iobug
101
98
MACRO runiobug.C
102
- ROOTEXE_OPTS -e "(void)gSystem->Load(\" utils_cc\" )"
99
+ ROOTEXE_OPTS -e "(void)gSystem->Load(\" ../../../ utils_cc\" )"
103
100
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 )
105
102
106
103
ROOTTEST_COMPILE_MACRO (userClass.C
107
104
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
-
4
1
ROOTTEST_ADD_TEST (create
5
2
MACRO ${CMAKE_SOURCE_DIR} /tutorials/hsimple.C
6
3
PASSRC 255
7
4
FIXTURES_SETUP root-treedraw-create-fixture )
8
5
9
6
ROOTTEST_ADD_TEST (simple
10
7
MACRO runsimple.C
11
- ROOTEXE_OPTS -e "(void)gSystem->Load(\" utils_cc\" )"
8
+ ROOTEXE_OPTS -e "(void)gSystem->Load(\" ../../ utils_cc\" )"
12
9
COPY_TO_BUILDDIR hsimple.ps.ref
13
10
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