File tree Expand file tree Collapse file tree 8 files changed +23
-133
lines changed
roottest/root/meta/tclass Expand file tree Collapse file tree 8 files changed +23
-133
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ ROOTTEST_ADD_TEST(execState
47
47
48
48
ROOTTEST_ADD_TEST (execSharedPtr
49
49
MACRO execSharedPtr.C
50
+ OUTREF execSharedPtr.ref
50
51
ERRREF execSharedPtr.eref )
51
52
52
53
ROOTTEST_ADD_TEST (execMTInit
@@ -137,8 +138,8 @@ endif()
137
138
138
139
ROOTTEST_ADD_TEST (TClassAtTearDown
139
140
MACRO execTClassAtTearDown.C
140
- COPY_TO_BUILDDIR empty.root
141
- OUTREF execTClassAtTearDown.ref )
141
+ COPY_TO_BUILDDIR empty.root
142
+ OUTREF execTClassAtTearDown.ref )
142
143
143
144
ROOTTEST_GENERATE_EXECUTABLE (TFileTearDown TFileTearDown.cxx
144
145
LIBRARIES Core RIO Hist Rint
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
2
2
Processing execSharedPtr.C...
3
- Error in <TClingCallFunc::exec>: The method get is called without an object.
4
- Error in <TClingCallFunc::exec>: Not enough arguments provided for operator= (0 instead of the minimum 1)
5
- Error in <TClingCallFunc::exec>: Not enough arguments provided for swap (0 instead of the minimum 1)
6
3
(int) 0
Original file line number Diff line number Diff line change 1
1
ROOTTEST_GENERATE_DICTIONARY (libRepro
2
- repro.h
3
- LINKDEF reproLinkDef.h
4
- NO_ROOTMAP NO_CXXMODULE )
2
+ repro.h
3
+ LINKDEF reproLinkDef.h
4
+ NO_ROOTMAP NO_CXXMODULE
5
+ FIXTURES_SETUP root-meta-tclass-6767-dict-fixture )
5
6
6
7
ROOTTEST_ADD_TEST (reproducer
7
8
MACRO repro.C
8
9
OUTREF repro.ref
9
- DEPENDS ${GENERATE_DICTIONARY_TEST} )
10
+ FIXTURES_REQUIRED root-meta-tclass-6767-dict-fixture )
Original file line number Diff line number Diff line change 1
1
ROOTTEST_GENERATE_DICTIONARY (libPairs
2
- pairtest.h
3
- LINKDEF pairLinkDef.h
4
- NO_ROOTMAP NO_CXXMODULE )
5
-
6
- ROOTTEST_ADD_TEST (pairCalculation
7
- MACRO execPair.C
8
- OUTREF execPair.ref
9
- DEPENDS libPairs-build pairWriteFile )
2
+ pairtest.h
3
+ LINKDEF pairLinkDef.h
4
+ NO_ROOTMAP NO_CXXMODULE
5
+ FIXTURES_SETUP root-meta-tclass-6840-dict-fixture )
10
6
11
7
ROOTTEST_ADD_TEST (pairWriteFile
12
8
MACRO pairWrite.C
13
9
OUTREF pairWrite.ref
14
- DEPENDS libPairs-build )
10
+ FIXTURES_REQUIRED root-meta-tclass-6840-dict-fixture
11
+ FIXTURES_SETUP root-meta-tclass-6840-pairWriteFile-fixture )
15
12
13
+ ROOTTEST_ADD_TEST (pairCalculation
14
+ MACRO execPair.C
15
+ OUTREF execPair.ref
16
+ FIXTURES_REQUIRED root-meta-tclass-6840-pairWriteFile-fixture )
16
17
17
- ROOTTEST_GENERATE_EXECUTABLE (emulatePairs emulatePairs.cpp LIBRARIES Core RIO Tree )
18
+ ROOTTEST_GENERATE_EXECUTABLE (emulatePairs
19
+ emulatePairs.cpp
20
+ LIBRARIES Core RIO Tree
21
+ FIXTURES_SETUP root-meta-tclass-6840-emulatePairs-fixture )
18
22
19
23
ROOTTEST_ADD_TEST (emulatePairsTest
20
24
EXEC ./emulatePairs
21
25
OUTCNVCMD sed -e s:0x[0-9a-fA-F]*:pointervalue:g -e s:->[0-9a-fA-F]*:pointervalue:g
22
26
OUTREF emulatePairs.ref
23
- DEPENDS libPairs-build emulatePairs-build )
27
+ FIXTURES_REQUIRED root-meta-tclass-6840-dict-fixture root-meta-tclass-6840- emulatePairs-fixture )
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments