Substitute LDAP in makefiles with "yes" or "no" depending on configuration.
authorKen Raeburn <raeburn@mit.edu>
Mon, 6 Oct 2008 21:18:36 +0000 (21:18 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 6 Oct 2008 21:18:36 +0000 (21:18 +0000)
commit9ef6e783a0971cf31537951b34e00a8f47445b29
tree9f6951fcc9fdbc8c6d78d20035030e9d0c2856c0
parent0f6881017d2b70cb11a07aaf6eaf91bbeb6082bf
Substitute LDAP in makefiles with "yes" or "no" depending on configuration.
Split ASN.1 encode and decode tests so that they can be run independently
and/or in parallel.
Add ASN.1 tests for LDAP key-data sequence type, run only if LDAP enabled.
Use krb5int_access to get at the encoder and decoder.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20832 dc483132-0cff-0310-8789-dd5450dbe970
12 files changed:
src/configure.in
src/tests/asn.1/Makefile.in
src/tests/asn.1/krb5_decode_test.c
src/tests/asn.1/krb5_encode_test.c
src/tests/asn.1/ktest.c
src/tests/asn.1/ktest.h
src/tests/asn.1/ktest_equal.c
src/tests/asn.1/ktest_equal.h
src/tests/asn.1/ldap_encode.out [new file with mode: 0644]
src/tests/asn.1/ldap_trval.out [new file with mode: 0644]
src/tests/asn.1/utility.c
src/tests/asn.1/utility.h