Only run gcj tests when gcj is installed on the box

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8283 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-01-08 00:53:53 +00:00
commit 6db2ccd202
8 changed files with 0 additions and 9 deletions

View file

@ -12,4 +12,3 @@ reference
simple
value
variables
java

View file

@ -22,7 +22,6 @@ run:
perl runme.pl
Example.class: Example.java
gcj -v || exit 0
gcj -fPIC -C -c -g Example.java
gcjh Example

View file

@ -26,5 +26,3 @@ swigrun
template
varargs
variables
java

View file

@ -21,7 +21,6 @@ check: all
Example.class: Example.java
gcj -v || exit 0
gcj -fPIC -C -c -g Example.java
gcjh Example

View file

@ -21,4 +21,3 @@ std_vector
template
value
variables
java

View file

@ -22,7 +22,6 @@ run:
ruby runme.rb
Example.class: Example.java
gcj -v || exit 0
gcj -fPIC -C -c -g Example.java
gcjh Example

View file

@ -13,4 +13,3 @@ reference
simple
value
variables
java

View file

@ -22,7 +22,6 @@ run:
tclsh runme.tcl
Example.class: Example.java
gcj -v || exit 0
gcj -fPIC -C -c -g Example.java
gcjh Example