Skip to content

Commit a7c63f5

Browse files
committed
[roottest] ass missing dependency to io-references-lostRef test
Macro lostRef.C updates file several times, so one only can execute it sequntially
1 parent 3913e16 commit a7c63f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

roottest/root/io/references/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ ROOTTEST_ADD_TEST(lotsRef1
3030
MACRO lotsRef.C+
3131
MACROARG 1
3232
OUTREF lotsRef1.ref
33-
FIXTURES_REQUIRED root-io-references-lotsRef2-fixture)
33+
FIXTURES_REQUIRED root-io-references-lotsRef2-fixture
34+
FIXTURES_SETUP root-io-references-lotsRef1-fixture)
3435

3536
ROOTTEST_ADD_TEST(lotsRef
3637
MACRO runlotsRef.C
3738
OUTREF lotsRef.ref
38-
FIXTURES_REQUIRED root-io-references-lotsRef2-fixture)
39+
FIXTURES_REQUIRED root-io-references-lotsRef1-fixture)
3940

4041
ROOTTEST_COMPILE_MACRO(refarray.C
4142
FIXTURES_SETUP root-io-references-refarray-fixture)

0 commit comments

Comments
 (0)