Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ensure smpicc is executable.
[simgrid.git] / buildtools / Cmake / src / CMakeTest.txt
index 0af24c1..7be0871 100644 (file)
@@ -1,5 +1,6 @@
 ### Be sure we can execut some launch file
 exec_program("chmod a=rwx ${PROJECT_DIRECTORY}/buildtools/Cmake/test_java.sh" OUTPUT_VARIABLE "OKITOKI")
+exec_program("chmod a=rwx ${PROJECT_DIRECTORY}/src/smpi/smpicc" OUTPUT_VARIABLE "OKITOKI")
 exec_program("chmod a=rwx ${PROJECT_DIRECTORY}/src/smpi/smpirun" OUTPUT_VARIABLE "OKITOKI")
 
 ### For code coverage
@@ -212,8 +213,6 @@ endif(HAVE_GTNETS)
 ### Declare that we know that some tests are broken
 ###
 
-set_tests_properties(simdag-test_simdag2 PROPERTIES WILL_FAIL true)
-
 # Amok is broken in RL since before v3.3 (should fix it one day)
 set_tests_properties(amok-bandwidth-rl PROPERTIES WILL_FAIL true)
 set_tests_properties(amok-saturate-rl PROPERTIES WILL_FAIL true)