Fully implement callback sources, and add a test program to test it.

This commit is contained in:
Michael Graff
2000-06-21 00:04:57 +00:00
parent 8ae26e9f87
commit 96e79f7ede
7 changed files with 270 additions and 92 deletions

View File

@@ -50,6 +50,7 @@ XTARGETS = adb_test \
dispatch_tcp_test \
dispatch_test \
entropy_test \
entropy2_test \
gxba_test \
gxbn_test \
hash_test \
@@ -90,6 +91,7 @@ SRCS = adb_test.c \
dispatch_tcp_test.c \
dispatch_test.c \
entropy_test.c \
entropy2_test.c \
gxba_test.c \
gxbn_test.c \
hash_test.c \
@@ -171,6 +173,10 @@ entropy_test: entropy_test.@O@ ${ISCDEPLIBS}
${LIBTOOL} ${CC} ${CFLAGS} -o $@ entropy_test.@O@ \
${ISCLIBS} ${LIBS}
entropy2_test: entropy2_test.@O@ ${ISCDEPLIBS}
${LIBTOOL} ${CC} ${CFLAGS} -o $@ entropy2_test.@O@ \
${ISCLIBS} ${LIBS}
sock_test: sock_test.@O@ ${ISCDEPLIBS}
${LIBTOOL} ${CC} ${CFLAGS} -o $@ sock_test.@O@ \
${ISCLIBS} ${LIBS}