diff options
author | Robbie Harwood <rharwood@redhat.com> | 2016-12-14 18:51:33 +0000 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2017-01-12 11:53:26 -0500 |
commit | 83fa89db80dd8b615151797f5c723efe675eb62f (patch) | |
tree | 7c421647433fa12dbb167462d38052c87f16f3bf | |
parent | 7edc8bd684749a59cb96149562ddf30e530aad0e (diff) | |
download | gss-proxy-83fa89db80dd8b615151797f5c723efe675eb62f.tar.gz gss-proxy-83fa89db80dd8b615151797f5c723efe675eb62f.tar.xz gss-proxy-83fa89db80dd8b615151797f5c723efe675eb62f.zip |
Include new tests in `make dist` tarball
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
Merges #36
-rw-r--r-- | proxy/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |