diff options
-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) \ |