Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
examples to demonstrate bugs in sendrecv
[simgrid.git] / examples / java / runtest
index 573c5e3..f736e85 100755 (executable)
@@ -1,5 +1,9 @@
 #! /bin/sh
 
+if test "x$DO_NOT_HAVE_JAVA" = x1 ; then
+  exit 77
+fi
+
 t=`basename $1 .class`
 
 # uncomment this when JNI becomes mad