From 1e8afa96f74fb01790cc65b40abfba2c5cf1a250 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Fri, 12 Aug 2016 19:19:19 +0000 Subject: Package runtests.py in dist tarball Signed-off-by: Robbie Harwood Reviewed-by: Simo Sorce Merges #29 --- proxy/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proxy/tests/Makefile.am b/proxy/tests/Makefile.am index 8aa840b..d3fd56c 100644 --- a/proxy/tests/Makefile.am +++ b/proxy/tests/Makefile.am @@ -38,4 +38,6 @@ noinst_PROGRAMS = $(check_PROGRAMS) noinst_HEADERS = \ t_utils.h +EXTRA_DIST = runtests.py + all: $(check_PROGRAMS) -- cgit