From a71f9502bfb791b572c22d3bd39875842de6532a Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 18 Jan 2000 05:43:21 +0000 Subject: [PATCH] add interface iterator test --- bin/tests/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index f3b5144142..af2b80f92c 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.in @@ -42,6 +42,7 @@ TARGETS = adb_test \ db_test \ dispatch_tcp_test \ dispatch_test \ + inter_test \ keygen \ lex_test \ lfsr_test \ @@ -74,6 +75,7 @@ SRCS = adb_test.c \ db_test.c \ dispatch_tcp_test.c \ dispatch_test.c \ + inter_test.c \ keygen.c \ lex_test.c \ lfsr_test.c \ @@ -228,6 +230,10 @@ tkey_test: tkey_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS} ${LIBTOOL} ${CC} ${CFLAGS} -o $@ tkey_test.@O@ \ ${DNSLIBS} ${ISCLIBS} ${LIBS} +inter_test: inter_test.@O@ ${ISCDEPLIBS} + ${LIBTOOL} ${CC} ${CFLAGS} -o $@ inter_test.@O@ \ + ${ISCLIBS} ${LIBS} + lwres_test: lwres_test.@O@ ${LWRESDEPLIBS} ${LIBTOOL} ${CC} ${CFLAGS} -o $@ lwres_test.@O@ \ ${LWRESLIBS} ${LIBS}