From 2d80f690e0b5f9d7494448cf844e2f178419d6e9 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 18 Jan 2000 19:06:38 +0000 Subject: [PATCH] add byaddr_test --- bin/tests/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index af2b80f92c..5b93acbaa8 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.in @@ -44,6 +44,7 @@ TARGETS = adb_test \ dispatch_test \ inter_test \ keygen \ + byaddr_test \ lex_test \ lfsr_test \ log_test \ @@ -77,6 +78,7 @@ SRCS = adb_test.c \ dispatch_test.c \ inter_test.c \ keygen.c \ + byaddr_test.c \ lex_test.c \ lfsr_test.c \ log_test.c \ @@ -130,6 +132,10 @@ res_test: res_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS} ${LIBTOOL} ${CC} ${CFLAGS} -o $@ res_test.@O@ \ ${DNSLIBS} ${ISCLIBS} ${LIBS} +byaddr_test: byaddr_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS} + ${LIBTOOL} ${CC} ${CFLAGS} -o $@ byaddr_test.@O@ \ + ${DNSLIBS} ${ISCLIBS} ${LIBS} + lex_test: lex_test.@O@ ${ISCDEPLIBS} ${LIBTOOL} ${CC} ${CFLAGS} -o $@ lex_test.@O@ \ ${ISCLIBS} ${LIBS}