1f44eb013SEnji CooperTESTSDIR= ${TESTSBASE}/sys/aio 2f44eb013SEnji Cooper 3430f7286SEnji CooperATF_TESTS_C+= aio_test 47e3db627SAlan SomersATF_TESTS_C+= lio_test 5d600f474SAlan SomersTEST_METADATA.aio_test+= timeout="30" 67e3db627SAlan SomersTEST_METADATA.lio_test+= timeout="10" 7*52c09831SAlan Somers# Some lio_test testcases involve system resource limitations, so cannot run concurrently 8*52c09831SAlan SomersTEST_METADATA.lio_test+= is_exclusive=true 9430f7286SEnji Cooper 10f44eb013SEnji CooperPLAIN_TESTS_C+= aio_kqueue_test 11f44eb013SEnji CooperPLAIN_TESTS_C+= lio_kqueue_test 12f44eb013SEnji Cooper 13d600f474SAlan SomersLIBADD.aio_test+= util rt 147e3db627SAlan SomersLIBADD.lio_test+= rt 15f44eb013SEnji Cooper 16941c3b8bSEnji CooperCFLAGS+= -I${.CURDIR:H:H} 17941c3b8bSEnji Cooper 18f44eb013SEnji Cooper.include <bsd.test.mk> 19