Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2d1d85ff authored by testcdash Nicolas Bellot's avatar testcdash Nicolas Bellot Committed by hhakim
Browse files

test matlab

parent 92a54d96
Branches
Tags
No related merge requests found
...@@ -82,10 +82,10 @@ if(BUILD_MATLAB_MEX_FILES) ...@@ -82,10 +82,10 @@ if(BUILD_MATLAB_MEX_FILES)
# limit the time of the process in case of bug... # limit the time of the process in case of bug...
#CTEST_FULL_OUTPUT #CTEST_FULL_OUTPUT
#set_tests_properties(MATLAB_FACT_HIER_MEX MATLAB_FACT_HIER_MATLAB PROPERTIES TIMEOUT 100) set_tests_properties(MATLAB_FACT_HIER_MEX MATLAB_FACT_HIER_MATLAB PROPERTIES TIMEOUT 100)
#set_tests_properties(MATLAB_DEMO_INSTALL MATLAB_DEMO_BUILD PROPERTIES TIMEOUT 6000) set_tests_properties(MATLAB_DEMO_INSTALL MATLAB_DEMO_BUILD PROPERTIES TIMEOUT 6000)
#set_tests_properties(MATLAB_FAUST_1 MATLAB_FAUST_2 PROPERTIES TIMEOUT 30) set_tests_properties(MATLAB_FAUST_1 MATLAB_FAUST_2 PROPERTIES TIMEOUT 30)
#set_tests_properties(MATLAB_FACT_MEG_MATLAB MATLAB_FACT_MEG_MEX PROPERTIES TIMEOUT ${TIMEOUT_MEG}) set_tests_properties(MATLAB_FACT_MEG_MATLAB MATLAB_FACT_MEG_MEX PROPERTIES TIMEOUT ${TIMEOUT_MEG})
endif() endif()
......
...@@ -28,7 +28,7 @@ set matlab_command=%matlab_command:$=;% ...@@ -28,7 +28,7 @@ set matlab_command=%matlab_command:$=;%
echo MATLAB COMMAND : %matlab_command% echo MATLAB COMMAND : %matlab_command%
:: launch the test in matlab an wait for matlab to finish :: launch the test in matlab an wait for matlab to finish
matlab -nojvm -wait -r """%matlab_command%""" matlab -nodesktop -wait -r """%matlab_command%"""
:: si le code renvoyer par la derniere cmd est sup a 2 => erreur :: si le code renvoyer par la derniere cmd est sup a 2 => erreur
IF ERRORLEVEL 2 set ERRORLEVEL=2 IF ERRORLEVEL 2 set ERRORLEVEL=2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment