Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c2185ab0 authored by hhakim's avatar hhakim
Browse files

Fix 6c8419af that filters all the tests instead of only faust_butterfly_transform.

parent daeb6b4a
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ if(MATIO_LIB_FILE AND MATIO_INC_DIR AND BUILD_READ_MAT_FILE AND NOT NOCPPTESTS)
foreach(TEST_FPP float double complex<float> complex<double>)
foreach(testin IN LISTS tests)
if( ${TEST_FPP} MATCHES ^float$ OR ${TEST_FPP} MATCHES ^double$ OR ${TEST_FPP} MATCHES complex<float> AND ${testin} MATCHES faust_butterfly_transform)
if( (${TEST_FPP} MATCHES ^float$ OR ${TEST_FPP} MATCHES ^double$ OR ${TEST_FPP} MATCHES complex<float>) AND ${testin} MATCHES faust_butterfly_transform)
# this test is written only for complex<double>
continue()
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment