2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

add byaddr_test

This commit is contained in:
Bob Halley
2000-01-18 19:06:38 +00:00
parent 13886f5d45
commit 2d80f690e0

View File

@@ -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}