summaryrefslogtreecommitdiffstats
path: root/src/tests/threads/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2009-06-23 04:21:40 +0000
committerKen Raeburn <raeburn@mit.edu>2009-06-23 04:21:40 +0000
commit67efcb7638b90ec1f29ce6f91b9b7f7f5c26b51a (patch)
tree556f89bde1716b6dac9aab192842ca018c618eba /src/tests/threads/Makefile.in
parent7250d711a0f97a5fb25f954b3cfbf0b35d11e3da (diff)
downloadkrb5-67efcb7638b90ec1f29ce6f91b9b7f7f5c26b51a.tar.gz
krb5-67efcb7638b90ec1f29ce6f91b9b7f7f5c26b51a.tar.xz
krb5-67efcb7638b90ec1f29ce6f91b9b7f7f5c26b51a.zip
GSSAPI init/accept_sec_context performance testing program
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22420 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests/threads/Makefile.in')
-rw-r--r--src/tests/threads/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/threads/Makefile.in b/src/tests/threads/Makefile.in
index e564f5358..6b45f001c 100644
--- a/src/tests/threads/Makefile.in
+++ b/src/tests/threads/Makefile.in
@@ -29,6 +29,9 @@ prof1: prof1.o $(KRB5_BASE_DEPLIBS)
prof1.o: prof1.c
+gss-perf: gss-perf.o
+ $(CC_LINK) $(PTHREAD_CFLAGS) -o gss-perf gss-perf.o $(GSS_LIBS) $(KRB5_BASE_LIBS) $(THREAD_LINKOPTS)
+
check-unix:: run-t_rcache
install::