mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Do not run appliance-related checks if not building appliance
This commit is contained in:
committed by
Richard W.M. Jones
parent
7004fafc69
commit
b6e0552ee5
@@ -102,7 +102,11 @@ install-data-hook:
|
||||
|
||||
# Tests (not comprehensive).
|
||||
|
||||
TESTS = run-bindtests run-java-tests
|
||||
TESTS = run-bindtests
|
||||
if ENABLE_APPLIANCE
|
||||
TESTS += run-java-tests
|
||||
endif ENABLE_APPLIANCE
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
JAVA=$(JAVA) \
|
||||
CLASSPATH=.:t:libguestfs-$(VERSION).jar \
|
||||
|
||||
Reference in New Issue
Block a user