Skip to content

Commit db1b652

Browse files
committed
[roottest] Replace a test dependency with a fixture.
Fixtures run even when the setup test is not selected, whereas dependencies only have an effect when setup and main test are selected.
1 parent 086fcee commit db1b652

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

roottest/cling/specialobj/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ROOTTEST_ADD_TEST(assertGPad
55

66
ROOTTEST_ADD_TEST(stlwrite
77
MACRO write.C
8+
FIXTURES_SETUP cling-specialobj-stlwrite
89
LABELS roottest regression cling)
910

1011
ROOTTEST_ADD_TEST(argtwice
@@ -14,7 +15,7 @@ ROOTTEST_ADD_TEST(argtwice
1415
ROOTTEST_ADD_TEST(stlProxies
1516
MACRO runstlProxies.C
1617
OUTREF stlProxies.ref
17-
DEPENDS stlwrite
18+
FIXTURES_REQUIRED cling-specialobj-stlwrite
1819
LABELS roottest regression cling)
1920

2021
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86_64.*|x86.*|amd64.*|AMD64.*|i686.*|i386.*")

0 commit comments

Comments
 (0)