From 83fa89db80dd8b615151797f5c723efe675eb62f Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 14 Dec 2016 18:51:33 +0000 Subject: Include new tests in `make dist` tarball Signed-off-by: Robbie Harwood Reviewed-by: Simo Sorce Merges #36 --- proxy/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/tests/Makefile.am b/proxy/tests/Makefile.am index ee0e4e3..6f5206b 100644 --- a/proxy/tests/Makefile.am +++ b/proxy/tests/Makefile.am @@ -46,6 +46,6 @@ noinst_PROGRAMS = $(check_PROGRAMS) noinst_HEADERS = \ t_utils.h -EXTRA_DIST = runtests.py +EXTRA_DIST = *.py all: $(check_PROGRAMS) -- cgit