Skip to content

Commit b96181b

Browse files
committed
[roottest] adjust meta/tuple cmake
1 parent 8158a29 commit b96181b

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,6 +1,11 @@
1-
ROOTTEST_GENERATE_REFLEX_DICTIONARY(libConfigType ConfigType.hpp SELECTION ConfigType_selection.xml LIBNAME libConfigType NO_ROOTMAP)
2-
set(depends ${GENERATE_REFLEX_TEST})
1+
ROOTTEST_GENERATE_REFLEX_DICTIONARY(libConfigType
2+
ConfigType.hpp
3+
SELECTION ConfigType_selection.xml
4+
LIBNAME libConfigType
5+
NO_ROOTMAP
6+
FIXTURES_SETUP root-meta-tuple-dict-fixture)
37

4-
ROOTTEST_ADD_AUTOMACROS(DEPENDS ${depends})
5-
ROOTTEST_ADD_TESTDIRS()
8+
ROOTTEST_ADD_TEST(configtype_unload
9+
MACRO exec_configtype_unload.C
10+
FIXTURES_REQUIRED root-meta-tuple-dict-fixture)
611

0 commit comments

Comments
 (0)