Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Take care of LD_LIBRARY_PATH.
[simgrid.git] / buildtools / CPACK / src / CMakeTest.txt
index 7899081..4bd99be 100644 (file)
@@ -1,3 +1,7 @@
+### Be sure we can execut some launch file
+exec_program("chmod a=rwx ${PROJECT_DIRECTORY}/buildtools/CPACK/test_java.sh" OUTPUT_VARIABLE "OKITOKI")
+exec_program("chmod a=rwx ${PROJECT_DIRECTORY}/src/smpi/smpirun" OUTPUT_VARIABLE "OKITOKI")
+
 ### For code coverage
 ### Set some variables
 SET(UPDATE_TYPE "svn")
@@ -221,9 +225,3 @@ set_tests_properties(tesh-gras-dd-r_big32_2 PROPERTIES WILL_FAIL true)
 # Expected to fail until the parser gets better (v3.3.5?)
 set_tests_properties(simdag-metaxml_test PROPERTIES WILL_FAIL true)   
 set_tests_properties(tesh-simdag-flatifier PROPERTIES WILL_FAIL true)
-
-# These are broken, but should have their timings updated, that's all
-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})