diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-09-18 12:47:50 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-09-18 12:47:50 +0100 |
commit | 7e4b197cb6a5071c13e407546a21f9b93fe3798d (patch) | |
tree | b1794666d4005d9082d8d89c7c98d5c75a4668d4 | |
parent | e4ef926d6f3178b48953c143b8faafc79fd6e095 (diff) | |
download | libguestfs-7e4b197cb6a5071c13e407546a21f9b93fe3798d.tar.gz libguestfs-7e4b197cb6a5071c13e407546a21f9b93fe3798d.tar.xz libguestfs-7e4b197cb6a5071c13e407546a21f9b93fe3798d.zip |
extra-tests: Add scripts used by these tests to EXTRA_DIST.
-rw-r--r-- | tests/extra/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/extra/Makefile.am b/tests/extra/Makefile.am index d0a7baab..0d97e606 100644 --- a/tests/extra/Makefile.am +++ b/tests/extra/Makefile.am @@ -55,7 +55,11 @@ abs_srcdir ?= $(shell cd $(top_srcdir)/tests/extra && pwd) # Old RHEL 5 autoconf doesn't have abs_builddir. abs_builddir ?= $(shell pwd) -EXTRA_DIST = pick-guests.pl suppressions +EXTRA_DIST = \ + pick-guests.pl \ + suppressions \ + test-with-launch-appliance.sh \ + test-with-upstream-qemu.sh VG = $(VALGRIND) \ $(VALGRIND_NO_VGDB) \ |