diff options
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index b92243c0..5b415c0e 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -33,7 +33,6 @@ tools = \ EXTRA_DIST = \ run-locally \ $(tools:%=virt-%) \ - make-test-img.sh \ test-virt-*.sh CLEANFILES = test.img @@ -76,11 +75,6 @@ TESTS_ENVIRONMENT = \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ PERL5LIB=$(top_builddir)/perl/blib/lib:$(top_builddir)/perl/blib/arch -# Build a standard test image to be used by all these tests. -check_DATA = test.img -test.img: make-test-img.sh - $(TESTS_ENVIRONMENT) $(srcdir)/make-test-img.sh - TESTS = test-virt-cat.sh \ test-virt-df.sh \ test-virt-list-filesystems.sh \ |