File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,8 @@ ROOTTEST_ADD_TEST(templateSingleton
1111 DEPENDS Singleton.h
1212 LABELS roottest regression cling)
1313
14- ROOTTEST_GENERATE_DICTIONARY(masterDict
15- master.h
16- LINKDEF
17- masterLinkDef.h
18- )
19-
20- ROOTTEST_GENERATE_DICTIONARY(slaveDict
21- slave.h
22- LINKDEF
23- slaveLinkDef.h
24- DEPENDS
25- masterDictlibgen
26- )
27-
14+ ROOTTEST_GENERATE_DICTIONARY(slaveDict slave.h LINKDEF slaveLinkDef.h)
15+ ROOTTEST_GENERATE_DICTIONARY(masterDict master.h LINKDEF masterLinkDef.h)
2816ROOTTEST_GENERATE_DICTIONARY(forwardDict forward.C LINKDEF linkdef.h)
2917ROOTTEST_GENERATE_DICTIONARY(constructorDict constructor.hh LINKDEF linkdef.h)
3018ROOTTEST_GENERATE_DICTIONARY(typenameTestDict typenameTest.C LINKDEF linkdef.h)
@@ -48,10 +36,10 @@ ROOTTEST_ADD_TEST(interpreted
4836ROOTTEST_ADD_TEST(compiled
4937 MACRO smalltest.C+
5038 LABELS roottest regression cling)
51-
39+
5240ROOTTEST_ADD_TEST(defaultTemplateParam
5341 MACRO execdefaultTemplateParam.cxx+
5442 OUTREF execdefaultTemplateParam.ref
5543 LABELS roottest regression cling)
56-
44+
5745ROOTTEST_ADD_TESTDIRS()
You can’t perform that action at this time.
0 commit comments