Skip to content

Commit e7cc318

Browse files
committed
[legacy] test: Add test of FairRoot dev branch
1 parent b4dc65c commit e7cc318

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

cmake/legacy.cmake

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,12 @@ add_custom_target(source-cache
639639
640640
include(CTest)
641641
642-
foreach(ver IN ITEMS 18.6 18.8 19.0)
643-
set(TEST_VERSION v${ver}_patches)
642+
foreach(ver IN ITEMS 18.6 18.8 19.0 dev)
643+
if(ver STREQUAL dev)
644+
set(TEST_VERSION ${ver})
645+
else()
646+
set(TEST_VERSION v${ver}_patches)
647+
endif()
644648
configure_file(test/legacy/fairroot.sh.in ${CMAKE_BINARY_DIR}/test_fairroot_${ver}.sh @ONLY)
645649
add_test(NAME FairRoot_${ver}
646650
COMMAND test_fairroot_${ver}.sh

0 commit comments

Comments
 (0)