This is an automated email from the git hooks/post-receive script.
simo pushed a commit to branch master in repository gssproxy.
commit 1e8afa96f74fb01790cc65b40abfba2c5cf1a250 Author: Robbie Harwood rharwood@redhat.com Date: Fri Aug 12 19:19:19 2016 +0000
Package runtests.py in dist tarball
Signed-off-by: Robbie Harwood rharwood@redhat.com Reviewed-by: Simo Sorce simo@redhat.com 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)