convert rbt_test

(cherry picked from commit 55465517c7)
(cherry picked from commit 7a57323bbf)
This commit is contained in:
Evan Hunt 2018-10-24 22:12:06 -07:00
parent 1831a14c27
commit 9eed71a449
3 changed files with 313 additions and 373 deletions

View file

@ -19,7 +19,7 @@ tap_test_program{name='nsec3_test'}
tap_test_program{name='peer_test'}
atf_test_program{name='private_test'}
atf_test_program{name='rbt_serialize_test', is_exclusive=true}
atf_test_program{name='rbt_test'}
tap_test_program{name='rbt_test'}
atf_test_program{name='rdata_test'}
tap_test_program{name='rdataset_test'}
tap_test_program{name='rdatasetstats_test'}

View file

@ -196,9 +196,9 @@ rbt_serialize_test@EXEEXT@: rbt_serialize_test.@O@ dnstest.@O@ ${ISCDEPLIBS} ${D
${ISCLIBS} ${LIBS}
rbt_test@EXEEXT@: rbt_test.@O@ dnstest.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ \
rbt_test.@O@ dnstest.@O@ ${DNSLIBS} \
${ISCLIBS} ${LIBS}
${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${CMOCKA_CFLAGS} \
${LDFLAGS} -o $@ rbt_test.@O@ dnstest.@O@ \
${DNSLIBS} ${ISCLIBS} ${LIBS} ${CMOCKA_LIBS}
rdata_test@EXEEXT@: rdata_test.@O@ dnstest.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ \

File diff suppressed because it is too large Load diff