(check-unix): Run t_locate_kdc to test fetching DNS SRV records.
We probably don't want this test to be part of this test suite long-term, since
it relies on external DNS data rather than being self-contained.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16826
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-10-18 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (TEST_PROGS): Add t_locate_kdc.
+ (check-unix): Run t_locate_kdc to test fetching DNS SRV records.
+
2004-10-06 Ken Raeburn <raeburn@mit.edu>
* localaddr.c (foreach_localaddr): Be more careful not to walk
shared:
mkdir shared
-TEST_PROGS= t_std_conf t_an_to_ln
+TEST_PROGS= t_std_conf t_an_to_ln t_locate_kdc
T_STD_CONF_OBJS= t_std_conf.o def_realm.o get_krbhst.o realm_dom.o \
hst_realm.o init_os_ctx.o locate_kdc.o dnsglue.o
-r pgp.good.idea -r no_domain > test.out
cmp test.out $(srcdir)/ref_std_conf.out
$(RM) test.out
+ KRB5_CONFIG=$(srcdir)/td_krb5.conf ; export KRB5_CONFIG ;\
+ $(KRB5_RUN_ENV) ./t_locate_kdc ATHENA.MIT.EDU
#
# Do some aname-to-lname testing.