freebsd-dev/tests/sys/aio
Alan Somers d600f474c6 Use ATF cleanup routines in aio_test.c
Remove aio_test's legacy timeout handling and cleanup routines.  Instead,
use ATF's builtin capabilities.  ATF automatically cleans up newly created
files, too, so we don't have to explicitly unlink them.  The only tests than
need a cleanup routine are the md(4) tests, which must destroy their md
device.

Reviewed by:	jhb
MFC after:	3 weeks
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D11468
2017-07-13 22:49:55 +00:00
..
aio_kqueue_test.c Fix build of AIO tests with -DDEBUG 2017-05-21 15:37:08 +00:00
aio_test.c Use ATF cleanup routines in aio_test.c 2017-07-13 22:49:55 +00:00
lio_kqueue_test.c Fix build of AIO tests with -DDEBUG 2017-05-21 15:37:08 +00:00
local.h Print out when unsafe AIO is enabled to debugging purposes 2017-05-09 19:20:02 +00:00
Makefile Use ATF cleanup routines in aio_test.c 2017-07-13 22:49:55 +00:00
Makefile.depend DIRDEPS_BUILD: Connect MK_TESTS. 2016-03-09 22:46:01 +00:00