diff options
author | Greg Hudson <ghudson@mit.edu> | 2009-06-08 09:41:55 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2009-06-08 09:41:55 +0000 |
commit | 67a5067a813f9d937235cd77107b2f3db29cdb8a (patch) | |
tree | 783d5402fc3d534463bf10cc62a1af9e89be8f62 /src/lib | |
parent | 9321b02aabf84439e1d69f387f9ddf7433892e5e (diff) | |
download | krb5-67a5067a813f9d937235cd77107b2f3db29cdb8a.tar.gz krb5-67a5067a813f9d937235cd77107b2f3db29cdb8a.tar.xz krb5-67a5067a813f9d937235cd77107b2f3db29cdb8a.zip |
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')
-rw-r--r-- | src/lib/kadm5/unit-test/Makefile.in | 4 |
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 f7f7fd85f..91729d7d9 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. # |