2015-11-16 05:38:40 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/kern/pipe
|
|
|
|
|
|
|
|
PLAIN_TESTS_C+= big_pipe_test
|
|
|
|
PLAIN_TESTS_C+= pipe_fstat_bug_test
|
|
|
|
PLAIN_TESTS_C+= pipe_ino_test
|
2020-04-27 15:59:34 +00:00
|
|
|
ATF_TESTS_C+= pipe_kqueue_test
|
2015-11-16 05:38:40 +00:00
|
|
|
PLAIN_TESTS_C+= pipe_overcommit1_test
|
|
|
|
PLAIN_TESTS_C+= pipe_overcommit2_test
|
|
|
|
PLAIN_TESTS_C+= pipe_reverse2_test
|
|
|
|
PLAIN_TESTS_C+= pipe_reverse_test
|
|
|
|
PLAIN_TESTS_C+= pipe_wraparound_test
|
|
|
|
|
|
|
|
.include <bsd.test.mk>
|