svn rev #22404: trunk/src/lib/kadm5/unit-test/

ghudson@MIT.EDU ghudson at MIT.EDU
Mon Jun 8 05:41:55 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22404
Commit By: ghudson
Log Message:
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.)



Changed Files:
U   trunk/src/lib/kadm5/unit-test/Makefile.in
Modified: trunk/src/lib/kadm5/unit-test/Makefile.in
===================================================================
--- trunk/src/lib/kadm5/unit-test/Makefile.in	2009-06-06 13:46:06 UTC (rev 22403)
+++ trunk/src/lib/kadm5/unit-test/Makefile.in	2009-06-08 09:41:55 UTC (rev 22404)
@@ -11,10 +11,6 @@
 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.
 #




More information about the cvs-krb5 mailing list