X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tools%2FMakefile.am;fp=tools%2FMakefile.am;h=5b415c0e8ed867d98efcbe79d70bb803a9dad894;hp=b92243c07b294b14997d2874c1c50e2ee982336d;hb=4d900cdac8258daa2e99c6ceb2a4985154e94150;hpb=4d59e271046f2b5f0d9b1730cd23425fd631c76c diff --git a/tools/Makefile.am b/tools/Makefile.am index b92243c..5b415c0 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 \