Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Include all files called by tests.
[simgrid.git] / buildtools / CPACK / src / CMakeTest.txt
index 7899081..a1dafa3 100644 (file)
@@ -227,3 +227,6 @@ IF(${ARCH_32_BITS})
   set_tests_properties(amok-bandwidth-sg-32 PROPERTIES WILL_FAIL true)  
   set_tests_properties(amok-saturate-sg-32 PROPERTIES WILL_FAIL true) 
 ENDIF(${ARCH_32_BITS})
+
+### Be sure we can execut some launch file
+exec_program("chmod a=rwx ${PROJECT_DIRECTORY}/buildtools/CPACK/test_java.sh ${PROJECT_DIRECTORY}/src/smpi/smpirun")