mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
Build ndc config parser tester.
This commit is contained in:
parent
67ac79ed04
commit
4471cc539d
1 changed files with 6 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ XTARGETS = adb_test \
|
|||
mempool_test \
|
||||
name_test \
|
||||
nconf_test \
|
||||
ndcconf_test \
|
||||
nxtify \
|
||||
omapi_test \
|
||||
ratelimiter_test \
|
||||
|
|
@ -95,6 +96,7 @@ SRCS = adb_test.c \
|
|||
mempool_test.c \
|
||||
name_test.c \
|
||||
nconf_test.c \
|
||||
ndcconf_test.c \
|
||||
nxtify.c \
|
||||
omapi_test.c \
|
||||
printmsg.c \
|
||||
|
|
@ -251,6 +253,10 @@ nconf_test: nconf_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
|
|||
${LIBTOOL} ${CC} ${CFLAGS} -o $@ nconf_test.@O@ \
|
||||
${DNSLIBS} ${ISCLIBS} ${LIBS}
|
||||
|
||||
ndcconf_test: ndcconf_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
|
||||
${LIBTOOL} ${CC} ${CFLAGS} -o $@ ndcconf_test.@O@ \
|
||||
${DNSLIBS} ${ISCLIBS} ${LIBS}
|
||||
|
||||
tkey_test: tkey_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
|
||||
${LIBTOOL} ${CC} ${CFLAGS} -o $@ tkey_test.@O@ \
|
||||
${DNSLIBS} ${ISCLIBS} ${LIBS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue