summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2014-06-12 10:06:45 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-06-18 14:26:32 +0200
commitb5f61c9b3f5ea79bf319c18ff59394070c04d607 (patch)
treec73c68fc6ddba66b94bef8cbd04de0563d18bad5 /Makefile.am
parent26510727739c3e8d14f804568e496b7d7b073964 (diff)
downloadsssd-b5f61c9b3f5ea79bf319c18ff59394070c04d607.tar.gz
sssd-b5f61c9b3f5ea79bf319c18ff59394070c04d607.tar.xz
sssd-b5f61c9b3f5ea79bf319c18ff59394070c04d607.zip
TESTS: sss_ssh - textual public key format
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
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 f64c77a5b..c256c3c8d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1729,7 +1729,9 @@ test_ipa_idmap_LDADD = \
libsss_test_common.la
test_utils_SOURCES = \
- src/tests/cmocka/test_utils.c
+ src/tests/cmocka/test_utils.c \
+ src/tests/cmocka/test_sss_ssh.c
+
test_utils_CFLAGS = \
$(AM_CFLAGS)
test_utils_LDADD = \