Test name canon rules via GSS and put kdc tests last

Put kdc last in tests/Makefile.am.  There's two tests in tests/kdc
    that have been failing for a long time, and that causes the
    remaining tests to not be run.  By putting kdc last those tests do
    run.
This commit is contained in:
Nicolas Williams
2011-10-20 22:56:46 -05:00
parent ce04492b36
commit 612e5c2a12
4 changed files with 17 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
include $(top_srcdir)/Makefile.am.common
SUBDIRS = bin db kdc gss ldap can java
SUBDIRS = bin db gss ldap can java kdc
if ENABLE_SHARED
if HAVE_DLOPEN