Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change way to compile with java.
[simgrid.git] / buildtools / CPACK / src / CMakeTest.txt
index 4bd99be..27ca0b8 100644 (file)
@@ -225,3 +225,9 @@ 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)
+
+# Due to LD_LIBRARY_PATH not set for lgtnets
+if(HAVE_GTNETS)
+set_tests_properties(smpi-bcast PROPERTIES WILL_FAIL true)   
+set_tests_properties(smpi-reduce PROPERTIES WILL_FAIL true)
+endif(HAVE_GTNETS)