mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
Build ndc config parser tester.
This commit is contained in:
parent
67ac79ed04
commit
4471cc539d
@ -58,6 +58,7 @@ XTARGETS = adb_test \
|
|||||||
mempool_test \
|
mempool_test \
|
||||||
name_test \
|
name_test \
|
||||||
nconf_test \
|
nconf_test \
|
||||||
|
ndcconf_test \
|
||||||
nxtify \
|
nxtify \
|
||||||
omapi_test \
|
omapi_test \
|
||||||
ratelimiter_test \
|
ratelimiter_test \
|
||||||
@ -95,6 +96,7 @@ SRCS = adb_test.c \
|
|||||||
mempool_test.c \
|
mempool_test.c \
|
||||||
name_test.c \
|
name_test.c \
|
||||||
nconf_test.c \
|
nconf_test.c \
|
||||||
|
ndcconf_test.c \
|
||||||
nxtify.c \
|
nxtify.c \
|
||||||
omapi_test.c \
|
omapi_test.c \
|
||||||
printmsg.c \
|
printmsg.c \
|
||||||
@ -251,6 +253,10 @@ nconf_test: nconf_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
|
|||||||
${LIBTOOL} ${CC} ${CFLAGS} -o $@ nconf_test.@O@ \
|
${LIBTOOL} ${CC} ${CFLAGS} -o $@ nconf_test.@O@ \
|
||||||
${DNSLIBS} ${ISCLIBS} ${LIBS}
|
${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}
|
tkey_test: tkey_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
|
||||||
${LIBTOOL} ${CC} ${CFLAGS} -o $@ tkey_test.@O@ \
|
${LIBTOOL} ${CC} ${CFLAGS} -o $@ tkey_test.@O@ \
|
||||||
${DNSLIBS} ${ISCLIBS} ${LIBS}
|
${DNSLIBS} ${ISCLIBS} ${LIBS}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user