haskell: Allow non-appliance tests to run when !ENABLE_APPLIANCE.

This commit is contained in:
Richard W.M. Jones
2012-12-28 20:19:20 +00:00
parent 604f9a79db
commit c9e0ff8831

View File

@@ -31,8 +31,10 @@ TESTS_ENVIRONMENT = $(top_builddir)/run --test $(VG)
# Don't run the bindtests: they don't build since the addition of optargs.
# Haskell bindings are incomplete.
TESTS = Guestfs010Load
if ENABLE_APPLIANCE
TESTS = Guestfs010Load Guestfs050LVCreate
TESTS += Guestfs050LVCreate
endif ENABLE_APPLIANCE
#check_DATA = Bindtests