opnsense-src/tests/sys/aio/Makefile
Warner Losh b51f58aeb5 Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit d0b2dbfa0e)

Conflicts:
	bin/pkill/tests/pgrep-f_test.sh
	lib/clang/libclangminimal/Makefile
	lib/clang/llvm.pre.mk
	usr.bin/clang/llvm-dwarfutil/Makefile
2024-01-05 10:21:44 +01:00

19 lines
452 B
Makefile

TESTSDIR= ${TESTSBASE}/sys/aio
ATF_TESTS_C+= aio_test
ATF_TESTS_C+= lio_test
TEST_METADATA.aio_test+= timeout="30"
TEST_METADATA.lio_test+= timeout="10"
# Some lio_test testcases involve system resource limitations, so cannot run concurrently
TEST_METADATA.lio_test+= is_exclusive=true
PLAIN_TESTS_C+= aio_kqueue_test
PLAIN_TESTS_C+= lio_kqueue_test
LIBADD.aio_test+= util rt
LIBADD.lio_test+= rt
CFLAGS+= -I${.CURDIR:H:H}
.include <bsd.test.mk>