summaryrefslogtreecommitdiffstats
path: root/haskell
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 /haskell
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 'haskell')
-rw-r--r--haskell/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/haskell/Makefile.am b/haskell/Makefile.am
index 4ce05d47..6cc75bd6 100644
--- a/haskell/Makefile.am
+++ b/haskell/Makefile.am
@@ -33,7 +33,9 @@ TESTS_ENVIRONMENT = \
# Don't run the bindtests: they don't build since the addition of optargs.
# Haskell bindings are incomplete.
+if ENABLE_APPLIANCE
TESTS = Guestfs005Load Guestfs010Basic
+endif ENABLE_APPLIANCE
#check_DATA = Bindtests