summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
blob: 180c08de4057952b74e6417cfac8498266493e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SET(CTEST_CUSTOM_MEMCHECK_IGNORE

# Ignore memcheck for plots. QT errors
 
  waterfallplot_test
  scatterplot_test
  realplot_test
  complexplot_test

# Ignore these to, they take too long
  fft_normal
  fft_extened
  chest_test_all_cellids
)