Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Test if SG was compiled in a way that even solaris understand (hopefully)
[simgrid.git] / examples / ping / test_sg
index dbbf5f9..2348b43 100755 (executable)
@@ -1,3 +1,5 @@
 #! /bin/sh
-exec ./ping_simulator ../WAN_3.platform.txt ping_deployment
-
+if test -e ./ping_simulator ; then
+  exec ./ping_simulator ../WAN_3.platform.txt ping_deployment
+fi
+exit 77