From c9e0ff8831eb478d99d2246c27aaa23c6b33b0ca Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 28 Dec 2012 20:19:20 +0000 Subject: [PATCH] haskell: Allow non-appliance tests to run when !ENABLE_APPLIANCE. --- haskell/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/haskell/Makefile.am b/haskell/Makefile.am index 29bad709c..910c1ad35 100644 --- a/haskell/Makefile.am +++ b/haskell/Makefile.am @@ -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