Skip to content

Commit 63cbc99

Browse files
committed
[legacy] test: Add test of FairRoot dev branch
1 parent c3c9f3f commit 63cbc99

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

cmake/legacy.cmake

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,12 @@ add_custom_target(source-cache
632632

633633
include(CTest)
634634

635-
foreach(ver IN ITEMS 18.6 18.8 19.0)
636-
set(TEST_VERSION v${ver}_patches)
635+
foreach(ver IN ITEMS 18.6 18.8 19.0 dev)
636+
if(ver STREQUAL dev)
637+
set(TEST_VERSION ${ver})
638+
else()
639+
set(TEST_VERSION v${ver}_patches)
640+
endif()
637641
configure_file(test/legacy/fairroot.sh.in ${CMAKE_BINARY_DIR}/test_fairroot_${ver}.sh @ONLY)
638642
add_test(NAME FairRoot_${ver}
639643
COMMAND test_fairroot_${ver}.sh

0 commit comments

Comments
 (0)