From 906575271c025621613a62f0313bfeaabf28a694 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 12 Jun 2016 10:43:34 +0100 Subject: [PATCH] build: distribute TAP helper scripts in tarballs Signed-off-by: Simon McVittie Closes: #337 Approved by: cgwalters --- Makefile-tests.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile-tests.am b/Makefile-tests.am index d8ab0179..d8e300ca 100644 --- a/Makefile-tests.am +++ b/Makefile-tests.am @@ -19,6 +19,11 @@ include $(top_srcdir)/buildutil/glib-tap.mk +EXTRA_DIST += \ + buildutil/tap-driver.sh \ + buildutil/tap-test \ + $(NULL) + # We should probably consider flipping the default for DEBUG. Also, # include the builddir in $PATH so we find our just-built ostree # binary.