summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-07-25 11:32:58 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-07-28 10:15:25 +0200
commit31cd021079212a78ebeb6ec2f10d66acc160f89b (patch)
treee5a7878e8a1fd8137d553d3ad8ac5186bb9db031 /Makefile.am
parent842f9303f53b7d17214ed390203ed9e14203055a (diff)
downloadsssd-31cd021079212a78ebeb6ec2f10d66acc160f89b.tar.gz
sssd-31cd021079212a78ebeb6ec2f10d66acc160f89b.tar.xz
sssd-31cd021079212a78ebeb6ec2f10d66acc160f89b.zip
test_utils: Use common header file for libsss_util tests.
Reviewed-by: Pavel Reichl <preichl@redhat.com> Reviewed-by: Michal Židek <mzidek@redhat.com> (cherry picked from commit 462db32918a05097652f8232cd6c8d78a826e63c) Conflicts: Makefile.am
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 bf9561cf7..ae19e3f42 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -531,7 +531,9 @@ dist_noinst_HEADERS = \
src/tests/cmocka/common_mock_resp.h \
src/sss_client/ssh/sss_ssh_client.h \
src/sss_client/sudo/sss_sudo.h \
- src/lib/idmap/sss_idmap_private.h
+ src/lib/idmap/sss_idmap_private.h \
+ src/tests/cmocka/test_utils.h \
+ $(NULL)
if HAVE_NSS