mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 07:41:10 -04:00
fsaccess_test
This commit is contained in:
parent
4acd8d2afe
commit
6a88ed7c3f
2 changed files with 7 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ db_test
|
|||
dispatch_tcp_test
|
||||
dispatch_test
|
||||
entropy_test
|
||||
fsaccess_test
|
||||
gxba_test
|
||||
gxbn_test
|
||||
headerdep_test.sh
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ XTARGETS = adb_test \
|
|||
gxba_test \
|
||||
gxbn_test \
|
||||
hash_test \
|
||||
fsaccess_test \
|
||||
inter_test \
|
||||
lex_test \
|
||||
lfsr_test \
|
||||
|
|
@ -92,6 +93,7 @@ SRCS = adb_test.c \
|
|||
gxba_test.c \
|
||||
gxbn_test.c \
|
||||
hash_test.c \
|
||||
fsaccess_test.c \
|
||||
inter_test.c \
|
||||
lex_test.c \
|
||||
lfsr_test.c \
|
||||
|
|
@ -257,6 +259,10 @@ tkey_test: tkey_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
|
|||
${LIBTOOL} ${CC} ${CFLAGS} -o $@ tkey_test.@O@ \
|
||||
${DNSLIBS} ${ISCLIBS} ${LIBS}
|
||||
|
||||
fsaccess_test: fsaccess_test.@O@ ${ISCDEPLIBS}
|
||||
${LIBTOOL} ${CC} ${CFLAGS} -o $@ fsaccess_test.@O@ \
|
||||
${ISCLIBS} ${LIBS}
|
||||
|
||||
inter_test: inter_test.@O@ ${ISCDEPLIBS}
|
||||
${LIBTOOL} ${CC} ${CFLAGS} -o $@ inter_test.@O@ \
|
||||
${ISCLIBS} ${LIBS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue