From 51d65c4ad15c2cc23f38fa09dd6efeb15e4f3e86 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 21 Jan 2015 21:35:11 +0100 Subject: BUILD: Include python-test.py in the tarball --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fc03b11e..660b3d40 100644 --- a/Makefile.am +++ b/Makefile.am @@ -320,7 +320,9 @@ dist_noinst_SCRIPTS = \ contrib/ci/run \ contrib/ci/valgrind-condense \ src/tests/pyhbac-test.py \ - src/tests/pysss_murmur-test.py + src/tests/pysss_murmur-test.py \ + src/tests/python-test.py \ + $(NULL) dist_noinst_DATA = \ src/config/testconfigs/sssd-valid.conf \ -- cgit