mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
244 B
CMake
16 lines
244 B
CMake
11 years ago
|
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 lonk
|
||
|
fft_normal
|
||
|
fft_extened
|
||
|
chest_test_all_cellids
|
||
|
)
|
||
|
|