From: Greg Hudson Date: Mon, 8 Jun 2009 09:41:55 +0000 (+0000) Subject: Don't build the kadm5/unit-test test programs during "make all"; build X-Git-Tag: krb5-1.8-alpha1~443 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=67a5067a813f9d937235cd77107b2f3db29cdb8a;p=krb5.git 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 --- 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. #