mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 21:22:09 -04:00
add interface iterator test
This commit is contained in:
parent
5e2b6219d2
commit
a71f9502bf
1 changed files with 6 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue