summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/ctest_exclusions.cmake
blob: d8980f6d40c3d46e1a2900aee61fcb9678b4c3cf (plain)
1
2
3
4
5
6
7
set(test_exclusions
)

string(REPLACE ";" "|" test_exclusions "${test_exclusions}")
if (test_exclusions)
  set(test_exclusions "(${test_exclusions})")
endif ()