summaryrefslogtreecommitdiffstats
path: root/proxy/Makefile.am
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-01-24 17:14:35 -0500
committerSimo Sorce <simo@redhat.com>2012-01-25 00:15:46 -0500
commit2aa8a36bb350d5ce0ddeb1f3eb7011b9311f7d19 (patch)
tree9b0dbad2ba85f7b14223a34490787a3a259585f7 /proxy/Makefile.am
parenta06bb5eda845288a894a34239830e11ba808da2a (diff)
downloadgss-proxy-2aa8a36bb350d5ce0ddeb1f3eb7011b9311f7d19.tar.gz
gss-proxy-2aa8a36bb350d5ce0ddeb1f3eb7011b9311f7d19.tar.xz
gss-proxy-2aa8a36bb350d5ce0ddeb1f3eb7011b9311f7d19.zip
Add test program to exercise accept_sec_context
Diffstat (limited to 'proxy/Makefile.am')
-rw-r--r--proxy/Makefile.am16
1 files changed, 15 insertions, 1 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index 7e7cf67..0a91ae4 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -45,6 +45,9 @@ ACLOCAL_AMFLAGS = -I m4 -I .
sbin_PROGRAMS = \
gssproxy
+check_PROGRAMS = \
+ accept_context
+
dist_noinst_SCRIPTS =
dist_noinst_DATA =
@@ -97,14 +100,23 @@ gssproxy_SOURCES = \
src/gp_accept_sec_context.c \
src/gssproxy.c
+accept_context_SOURCES = \
+ src/gp_config.c \
+ src/gp_conv.c \
+ $(GP_RPCGEN_OBJ) \
+ tests/accept_context.c
+
gssproxy_LDADD = \
$(GSS_PROXY_LIBS)
+accept_context_LDADD = \
+ $(GSS_PROXY_LIBS)
+
dist_noinst_DATA += \
examples/gssproxy-example.conf \
m4
-noinst_PROGRAMS =
+noinst_PROGRAMS = accept_context
################
# TRANSLATIONS #
@@ -160,6 +172,8 @@ clean-local:
CLEANFILES = *.X */*.X */*/*.X
+tests: all $(check_PROGRAMS)
+
# RPM-related tasks
RPMBUILD ?= $(PWD)/rpmbuild