summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tests/cwrap/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/tests/cwrap/Makefile.am b/src/tests/cwrap/Makefile.am
index ec0f3aa04..112b404df 100644
--- a/src/tests/cwrap/Makefile.am
+++ b/src/tests/cwrap/Makefile.am
@@ -34,10 +34,16 @@ check_PROGRAMS = \
usertools-tests \
$(NULL)
+PYTHON_TESTS = \
+ test_krb5_child.py \
+ $(NULL)
+
check_LTLIBRARIES = \
libsss_test_common.la
-TESTS = $(check_PROGRAMS)
+TESTS = \
+ $(check_PROGRAMS) \
+ $(NULL)
libsss_test_common_la_SOURCES = \
../common_tev.c \