]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/kern/pipe/Makefile
unbound: Vendor import 1.19.1
[FreeBSD/FreeBSD.git] / tests / sys / kern / pipe / Makefile
1
2 TESTSDIR=       ${TESTSBASE}/sys/kern/pipe
3
4 PLAIN_TESTS_C+= big_pipe_test
5 PLAIN_TESTS_C+= pipe_fstat_bug_test
6 PLAIN_TESTS_C+= pipe_ino_test
7 ATF_TESTS_C+=   pipe_kqueue_test
8 PLAIN_TESTS_C+= pipe_overcommit1_test
9 PLAIN_TESTS_C+= pipe_overcommit2_test
10 PLAIN_TESTS_C+= pipe_reverse2_test
11 PLAIN_TESTS_C+= pipe_reverse_test
12 PLAIN_TESTS_C+= pipe_wraparound_test
13
14 .include <bsd.test.mk>