aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kadm5
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-06-08 09:41:55 +0000
committerGreg Hudson <ghudson@mit.edu>2009-06-08 09:41:55 +0000
commit67a5067a813f9d937235cd77107b2f3db29cdb8a (patch)
tree783d5402fc3d534463bf10cc62a1af9e89be8f62 /src/lib/kadm5
parent9321b02aabf84439e1d69f387f9ddf7433892e5e (diff)
downloadkrb5-67a5067a813f9d937235cd77107b2f3db29cdb8a.zip
krb5-67a5067a813f9d937235cd77107b2f3db29cdb8a.tar.gz
krb5-67a5067a813f9d937235cd77107b2f3db29cdb8a.tar.bz2
Don't build the kadm5/unit-test test programs during "make all"; build
them during "make check" via test dependencies for consistency with the way we handle other test programs. (Also means we don't need libraries to be linkable until later in the build process.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22404 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/kadm5')
-rw-r--r--src/lib/kadm5/unit-test/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/kadm5/unit-test/Makefile.in b/src/lib/kadm5/unit-test/Makefile.in
index f7f7fd8..91729d7 100644
--- a/src/lib/kadm5/unit-test/Makefile.in
+++ b/src/lib/kadm5/unit-test/Makefile.in
@@ -11,10 +11,6 @@ DEFS=
SRCS= init-test.c destroy-test.c handle-test.c iter-test.c setkey-test.c \
randkey-test.c lock-test.c
-all:: init-test destroy-test client-handle-test client-iter-test
-all:: randkey-test server-handle-test lock-test server-iter-test
-all:: server-setkey-test client-setkey-test
-
#
# The client-side test programs.
#