Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3510b6c6 authored by Nicolas Bellot's avatar Nicolas Bellot Committed by hhakim
Browse files

suppression test MULTIPLY_COMPTIME

parent 134bfee7
No related branches found
No related tags found
No related merge requests found
...@@ -138,12 +138,12 @@ if (BUILD_READ_MAT_FILE) ...@@ -138,12 +138,12 @@ if (BUILD_READ_MAT_FILE)
# time comparison between Faust-vector product and Dense matrix-vector product for various configuration ( dimension, RCG , number of factor) ## time comparison between Faust-vector product and Dense matrix-vector product for various configuration ( dimension, RCG , number of factor)
add_test(NAME MULTIPLY_COMPTIME COMMAND ${FAUST_BIN_TEST_BIN_DIR}/multiply_compare_time_double) #add_test(NAME MULTIPLY_COMPTIME COMMAND ${FAUST_BIN_TEST_BIN_DIR}/multiply_compare_time_double)
# display the result of MULTIPLY_COMPTIME and save it in folder FAUST_BIN_TEST_FIG_DIR as jpeg image (WARNING must be launched after MULTIPLY_COMPTIME) ## display the result of MULTIPLY_COMPTIME and save it in folder FAUST_BIN_TEST_FIG_DIR as jpeg image (WARNING must be launched after MULTIPLY_COMPTIME)
add_test(NAME FIG_MULTIPLY_COMPTIME COMMAND matlab -nodesktop -r "try;addpath('${FAUST_BIN_TEST_TIME_COMPARE_DIR}');display_multiply_comptime('${FAUST_BIN_TEST_OUTPUT_DIR}/multiply_compare_time.mat','${FAUST_BIN_TEST_FIG_DIR}') ; catch ME ; disp('ERROR IN TEST display_multiply_comptime.m Please chek the output to visualize the error. ') ; end ; exit") #add_test(NAME FIG_MULTIPLY_COMPTIME COMMAND matlab -nodesktop -r "try;addpath('${FAUST_BIN_TEST_TIME_COMPARE_DIR}');display_multiply_comptime('${FAUST_BIN_TEST_OUTPUT_DIR}/multiply_compare_time.mat','${FAUST_BIN_TEST_FIG_DIR}') ; catch ME ; disp('ERROR IN TEST display_multiply_comptime.m Please chek the output to visualize the error. ') ; end ; exit")
set_tests_properties(FIG_MULTIPLY_COMPTIME PROPERTIES TIMEOUT 300) #set_tests_properties(FIG_MULTIPLY_COMPTIME PROPERTIES TIMEOUT 300)
endif (BUILD_READ_MAT_FILE) endif (BUILD_READ_MAT_FILE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment