mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
haskell: Allow non-appliance tests to run when !ENABLE_APPLIANCE.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user