Skip to content

Commit c34d1d6

Browse files
committed
[roottest] Fix build order for root/tree/address tests
This restores the behaviour of the old Makefile rule: ConfigRecord_cxx.$(DllSuf): ConfigRecord.cxx ConfigRecord.h sueloader_C.$(DllSuf) $(BuildWithLib) which ensured sueloader_C.so was available before linking ConfigRecord_cxx.so.
1 parent 9802810 commit c34d1d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roottest/root/tree/addresses/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ ROOTTEST_ADD_TEST(ursula
147147
#for some classes
148148
if(NOT MSVC OR win_broken_tests)
149149
ROOTTEST_COMPILE_MACRO(ConfigRecord.cxx
150-
FIXTURES_SETUP root-tree-addresses-ConfigRecord-fixture)
150+
FIXTURES_SETUP root-tree-addresses-ConfigRecord-fixture
151+
FIXTURES_REQUIRED root-tree-addresses-sueloader-fixture)
151152

152153
ROOTTEST_COMPILE_MACRO(sueloader.C
153154
FIXTURES_SETUP root-tree-addresses-sueloader-fixture)

0 commit comments

Comments
 (0)