projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
635cbee
)
Add t_cccursor to UNIX tests
author
Ken Raeburn
<raeburn@mit.edu>
Sat, 20 Jan 2007 04:45:20 +0000
(
04:45
+0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Sat, 20 Jan 2007 04:45:20 +0000
(
04:45
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19075
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/ccache/Makefile.in
patch
|
blob
|
history
diff --git
a/src/lib/krb5/ccache/Makefile.in
b/src/lib/krb5/ccache/Makefile.in
index c6db516271014973d41e04e8d46e7867a3a0c8e9..a3120ccab6584b6c251eae1efb6439351206004f 100644
(file)
--- a/
src/lib/krb5/ccache/Makefile.in
+++ b/
src/lib/krb5/ccache/Makefile.in
@@
-96,9
+96,11
@@
T_CCCURSOR_OBJS = t_cccursor.o
t_cccursor: $(T_CCCURSOR_OBJS) $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o $@ $(T_CCCURSOR_OBJS) $(KRB5_BASE_LIBS)
-check-unix:: t_cc
+check-unix:: t_cc
t_cccursor
KRB5_CONFIG=$(srcdir)/t_krb5.conf ; export KRB5_CONFIG ;\
- $(RUN_SETUP) $(VALGRIND) ./t_cc
+ $(RUN_SETUP) $(VALGRIND) ./t_cc
+ KRB5_CONFIG=$(srcdir)/../krb/t_krb5.conf ; export KRB5_CONFIG ;\
+ $(RUN_SETUP) $(VALGRIND) ./t_cccursor
clean-unix::
$(RM) t_cc t_cc.o