diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-04 21:14:17 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-05 11:23:23 +0000 |
commit | 6d75ce8e6ca1f3f0a946ee4e214f6d2bff07adc4 (patch) | |
tree | eabf83eb465fa7f7ff7347ee26547a18675b476d /capitests | |
parent | 078fbee4e73036783aefef9401735f8b80e81bb2 (diff) | |
download | libguestfs-6d75ce8e6ca1f3f0a946ee4e214f6d2bff07adc4.tar.gz libguestfs-6d75ce8e6ca1f3f0a946ee4e214f6d2bff07adc4.tar.xz libguestfs-6d75ce8e6ca1f3f0a946ee4e214f6d2bff07adc4.zip |
appliance: Change to using febootstrap 3.x supermin appliance.
This removes all support for building the ordinary / old
style appliance using febootstrap 2.x, debootstrap, debirf,
fakeroot and fakechroot.
Instead this uses febootstrap 3.x to build the supermin appliance
in a simpler cross-distro manner.
Diffstat (limited to 'capitests')
-rw-r--r-- | capitests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/capitests/Makefile.am b/capitests/Makefile.am index b1b4e1d2..542c4fb9 100644 --- a/capitests/Makefile.am +++ b/capitests/Makefile.am @@ -50,10 +50,11 @@ EXTRA_DIST += test-add-libvirt-dom.c TESTS_ENVIRONMENT = \ SKIP_TEST_COMMAND=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \ SKIP_TEST_COMMAND_LINES=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \ - SKIP_TEST_CHECKSUM_8=$(shell if test `find ../initramfs -name squashfs.ko | wc -l` -eq 0; then echo 1; fi) \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ $(VG) +#SKIP_TEST_CHECKSUM_8=$(shell if test `find ../initramfs -name squashfs.ko | wc -l` -eq 0; then echo 1; fi) + tests_SOURCES = tests.c tests_CFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src \ $(WARN_CFLAGS) $(WERROR_CFLAGS) |