fsaccess_test

This commit is contained in:
David Lawrence 2000-06-20 04:11:07 +00:00
parent 4acd8d2afe
commit 6a88ed7c3f
2 changed files with 7 additions and 0 deletions

View file

@ -10,6 +10,7 @@ db_test
dispatch_tcp_test
dispatch_test
entropy_test
fsaccess_test
gxba_test
gxbn_test
headerdep_test.sh

View file

@ -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}