summaryrefslogtreecommitdiffstats
path: root/src/plugins/localauth/test/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-02-27 15:00:37 -0500
committerGreg Hudson <ghudson@mit.edu>2013-03-09 02:03:32 -0500
commitb8696b1ed70ffebbeee7142f1e5e086d75ce4e30 (patch)
treef2f42eb7f7202fe028b6620da725c9223edd7a69 /src/plugins/localauth/test/Makefile.in
parent4216fb5b0e0abb80a3ccd8251abddc18435d81f3 (diff)
downloadkrb5-b8696b1ed70ffebbeee7142f1e5e086d75ce4e30.tar.gz
krb5-b8696b1ed70ffebbeee7142f1e5e086d75ce4e30.tar.xz
krb5-b8696b1ed70ffebbeee7142f1e5e086d75ce4e30.zip
Add tests for localauth interface
Create a test module, program, and script to exercise the krb5_aname_to_localname and krb5_k5userok functions as well as the localauth pluggable interface. ticket: 7583
Diffstat (limited to 'src/plugins/localauth/test/Makefile.in')
-rw-r--r--src/plugins/localauth/test/Makefile.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/plugins/localauth/test/Makefile.in b/src/plugins/localauth/test/Makefile.in
new file mode 100644
index 000000000..fd1d65653
--- /dev/null
+++ b/src/plugins/localauth/test/Makefile.in
@@ -0,0 +1,29 @@
+mydir=plugins$(S)localauth$(S)test
+BUILDTOP=$(REL)..$(S)..$(S)..
+PROG_LIBPATH=-L$(TOPLIBD)
+PROG_RPATH=$(KRB5_LIBDIR)
+
+LIBBASE=localauth_test
+LIBMAJOR=0
+LIBMINOR=0
+SO_EXT=.so
+RELDIR=../plugins/localauth/test
+SHLIB_EXPDEPS=$(SUPPORT_DEPLIB)
+SHLIB_EXPLIBS=$(SUPPORT_LIB) $(LIBS)
+
+SHLIB_DIRS=-L$(TOPLIBD)
+SHLIB_RDIRS=$(KRB5_LIBDIR)
+STOBJLISTS=OBJS.ST
+STLIBOBJS=main.o
+
+SRCS=$(srcdir)/main.c
+
+all-unix:: all-libs
+install-unix::
+clean-unix:: clean-libs clean-libobjs
+
+clean::
+ $(RM) lib$(LIBBASE)$(SO_EXT)
+
+@libnover_frag@
+@libobj_frag@