From 7e4b197cb6a5071c13e407546a21f9b93fe3798d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 18 Sep 2012 12:47:50 +0100 Subject: extra-tests: Add scripts used by these tests to EXTRA_DIST. --- tests/extra/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) \ -- cgit