* tests/defs.in (java, javac): Use `skip_' to signal test
skipping.
+2011-05-04 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ tests defs: use `skip_' for skipping java-related tests
+ * tests/defs.in (java, javac): Use `skip_' to signal test
+ skipping.
+
2011-05-04 Stefano Lattarini <stefano.lattarini@gmail.com>
tests defs: allow requirements for compilers (mostly dummy)
# telling that source files are missing. Adding also the `-help'
# option seems to solve the problem.
echo "$me: running javac -version -help"
- javac -version -help || exit 77
+ javac -version -help || skip_ "java compiler not found"
;;
java)
# See the comments above about `javac' for why we use also `-help'.
echo "$me: running java -version -help"
- java -version -help || exit 77
+ java -version -help || skip_ "java interpreter not found"
;;
makedepend)
echo "$me: running makedepend -f-"