Skip to content

Commit 5caadb6

Browse files
committed
[roottest adjust cmake for meta/race-12552 test
1 parent b42eeeb commit 5caadb6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed
Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
if(NOT MSVC)
2-
ROOTTEST_GENERATE_REFLEX_DICTIONARY(libUser User.hpp SELECTION User.xml LIBNAME libUser NO_ROOTMAP)
3-
set(depends ${GENERATE_REFLEX_TEST})
2+
ROOTTEST_GENERATE_REFLEX_DICTIONARY(libUser
3+
User.hpp
4+
SELECTION User.xml
5+
LIBNAME libUser
6+
NO_ROOTMAP
7+
FIXTURES_SETUP root-meta-race-12552-fixture)
48

5-
ROOTTEST_ADD_AUTOMACROS(DEPENDS ${depends})
9+
ROOTTEST_ADD_TEST(dlopenrace
10+
MACRO exec_dlopenrace.C
11+
FIXTURES_REQUIRED root-meta-race-12552-fixture)
612
endif()
7-
ROOTTEST_ADD_TESTDIRS()
813

0 commit comments

Comments
 (0)