summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-01-21 21:35:11 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-02-13 18:36:50 +0100
commit42563a20baf2f334c01a8f821c5c2d98c208fc84 (patch)
tree089c92aeb5c4bc44a709a0e0e0e3b4180d917654 /Makefile.am
parent9687d7db79e15846de385537a99525d11cae6a15 (diff)
downloadsssd-42563a20baf2f334c01a8f821c5c2d98c208fc84.tar.gz
sssd-42563a20baf2f334c01a8f821c5c2d98c208fc84.tar.xz
sssd-42563a20baf2f334c01a8f821c5c2d98c208fc84.zip
BUILD: Include python-test.py in the tarball
(cherry picked from commit 51d65c4ad15c2cc23f38fa09dd6efeb15e4f3e86)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 05b372330..29d148c4a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -323,7 +323,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 \