summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-02-27 16:33:28 -0500
committerGreg Hudson <ghudson@mit.edu>2013-02-27 16:33:50 -0500
commitf09c97320e683a2ad0e42df63aeedd16b78c9ad2 (patch)
tree6541b8f1762f736c8920e0837862226165fa3089 /src/tests
parentea5867f4c2283e0ef5ca51109010cfa26d6e5669 (diff)
Add missing .gitignore entries and clean rules
ticket: 7585
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/Makefile.in3
-rw-r--r--src/tests/gssapi/Makefile.in2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/tests/Makefile.in b/src/tests/Makefile.in
index 92d8d6889..32bc0b716 100644
--- a/src/tests/Makefile.in
+++ b/src/tests/Makefile.in
@@ -8,6 +8,7 @@ KRB5_RUN_ENV= @KRB5_RUN_ENV@
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
+OBJS= gcred.o hist.o kdbtest.o
EXTRADEPSRCS= gcred.c hist.c kdbtest.c
TEST_DB = ./testdb
@@ -97,5 +98,5 @@ check-pytests:: gcred hist kdbtest
$(RUNPYTEST) $(srcdir)/t_cve-2012-1015.py $(PYTESTFLAGS)
clean::
- $(RM) krb5.conf kdc.conf
+ $(RM) gcred hist kdbtest krb5.conf kdc.conf
$(RM) -rf kdc_realm/sandbox ldap
diff --git a/src/tests/gssapi/Makefile.in b/src/tests/gssapi/Makefile.in
index 36e9d53c9..56202345a 100644
--- a/src/tests/gssapi/Makefile.in
+++ b/src/tests/gssapi/Makefile.in
@@ -14,7 +14,7 @@ SRCS= $(srcdir)/t_accname.c $(srcdir)/t_ccselect.c $(srcdir)/t_credstore.c \
OBJS= ccinit.o ccrefresh.o common.o t_accname.o t_ccselect.o t_credstore.o \
t_export_cred.o t_export_name.o t_gssexts.o t_imp_cred.o t_imp_name.o \
- t_inq_cred.o t_inq_mechs_name.o t_namingexts.o t_s4u.o \
+ t_inq_cred.o t_inq_mechs_name.o t_namingexts.o t_oid.o t_s4u.o \
t_s4u2proxy_krb5.o t_saslname.o t_spnego.o
COMMON_DEPS= common.o $(GSS_DEPLIBS) $(KRB5_BASE_DEPLIBS)