diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/java/Makefile.am b/java/Makefile.am index 613aac92..07faf0f8 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -1,5 +1,5 @@ # libguestfs Java bindings -# Copyright (C) 2009 Red Hat Inc. +# Copyright (C) 2009-2012 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -107,11 +107,7 @@ if ENABLE_APPLIANCE TESTS += run-java-tests endif ENABLE_APPLIANCE -TESTS_ENVIRONMENT = \ - JAVA=$(JAVA) \ - CLASSPATH=.:t:libguestfs-$(VERSION).jar \ - LIBGUESTFS_PATH=$(top_builddir)/appliance \ - TMPDIR=$(top_builddir) +TESTS_ENVIRONMENT = $(top_builddir)/run --test noinst_DATA = Bindtests.class $(java_tests:.java=.class) |