From b6e0552ee5359da785bd1c08cadf022190e98720 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Sat, 21 Jan 2012 22:56:51 +0100 Subject: Do not run appliance-related checks if not building appliance --- fish/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'fish') diff --git a/fish/Makefile.am b/fish/Makefile.am index ffe3edec..8a6f88b2 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -238,15 +238,19 @@ TESTS_ENVIRONMENT = \ TESTS = \ test-add-domain.sh \ - test-copy.sh \ - test-find0.sh \ test-guestfish-a.sh \ test-guestfish-d.sh \ test-guestfish-escapes.sh \ test-guestfish-events.sh \ - test-guestfish-tilde.sh \ + test-guestfish-tilde.sh + +if ENABLE_APPLIANCE +TESTS += \ + test-copy.sh \ + test-find0.sh \ test-read_file.sh \ test-remote.sh \ test-reopen.sh \ test-stringlist.sh \ test-upload-to-dir.sh +endif -- cgit