cvs commit: src/tools/regression/aio/aiotest Makefile aiotest.c
Robert Watson
rwatson at FreeBSD.org
Mon Dec 6 04:56:39 PST 2004
rwatson 2004-12-06 12:56:38 UTC
FreeBSD src repository
Added files:
tools/regression/aio/aiotest Makefile aiotest.c
Log:
Add a basic aio functionality regression test, which simply writes and
then reads from a fairly broad range of object types: regular file,
fifo, UNIX socketpair, pty, UNIX pipe, and an md device. Not a deep
test of functionality, just a basic test that aio_write followed by
aio_read returns the correct data in a relatively timely manner.
Requested by: phk
Revision Changes Path
1.1 +9 -0 src/tools/regression/aio/aiotest/Makefile (new)
1.1 +693 -0 src/tools/regression/aio/aiotest/aiotest.c (new)
More information about the cvs-src
mailing list