Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion roottest/cling/specialobj/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ROOTTEST_ADD_TEST(assertGPad

ROOTTEST_ADD_TEST(stlwrite
MACRO write.C
FIXTURES_SETUP cling-specialobj-stlwrite
LABELS roottest regression cling)

ROOTTEST_ADD_TEST(argtwice
Expand All @@ -14,7 +15,7 @@ ROOTTEST_ADD_TEST(argtwice
ROOTTEST_ADD_TEST(stlProxies
MACRO runstlProxies.C
OUTREF stlProxies.ref
DEPENDS stlwrite
FIXTURES_REQUIRED cling-specialobj-stlwrite
LABELS roottest regression cling)

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