From 67a5067a813f9d937235cd77107b2f3db29cdb8a Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Mon, 8 Jun 2009 09:41:55 +0000 Subject: [PATCH] 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 --- src/lib/kadm5/unit-test/Makefile.in | 4 ---- 1 file changed, 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. # -- 2.26.2