summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/ctest_exclusions.cmake
blob: 5bb03ca45f74609685e7450ee3e1b16ec3fb3e31 (plain)
1
2
3
4
5
6
set(test_exclusions
)
string(REPLACE ";" "|" test_exclusions "${test_exclusions}")
if (test_exclusions)
  set(test_exclusions "(${test_exclusions})")
endif ()