summaryrefslogtreecommitdiffstats
path: root/fuse
diff options
context:
space:
mode:
authorHilko Bengen <bengen@hilluzination.de>2012-01-21 22:56:51 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-01-23 09:08:33 +0000
commitb6e0552ee5359da785bd1c08cadf022190e98720 (patch)
treedc27506bf79b6fb19f1d6aba1fda8087306416b3 /fuse
parent7004fafc6989efbbb1ef46723e8a91f936f16249 (diff)
downloadlibguestfs-b6e0552ee5359da785bd1c08cadf022190e98720.tar.gz
libguestfs-b6e0552ee5359da785bd1c08cadf022190e98720.tar.xz
libguestfs-b6e0552ee5359da785bd1c08cadf022190e98720.zip
Do not run appliance-related checks if not building appliance
Diffstat (limited to 'fuse')
-rw-r--r--fuse/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/fuse/Makefile.am b/fuse/Makefile.am
index d6db45c8..19c498bb 100644
--- a/fuse/Makefile.am
+++ b/fuse/Makefile.am
@@ -74,8 +74,10 @@ stamp-guestmount.pod: guestmount.pod
# Tests.
+if ENABLE_APPLIANCE
TESTS = test-fuse.sh
+endif ENABLE_APPLIANCE
TESTS_ENVIRONMENT = \
top_builddir=..
-endif
+endif HAVE_FUSE