X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/73019a14cdf5bc3b45decfdf938b6021f916d554..ba396a22c7708838392f2d9210c4d55ea655808c:/buildtools/CPACK/src/CMakeTest.txt diff --git a/buildtools/CPACK/src/CMakeTest.txt b/buildtools/CPACK/src/CMakeTest.txt index 7899081413..a1dafa333a 100644 --- a/buildtools/CPACK/src/CMakeTest.txt +++ b/buildtools/CPACK/src/CMakeTest.txt @@ -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")