From 51d65c4ad15c2cc23f38fa09dd6efeb15e4f3e86 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Jan 23 2015 20:38:03 +0000 Subject: BUILD: Include python-test.py in the tarball --- diff --git a/Makefile.am b/Makefile.am index fc03b11..660b3d4 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 \