]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tests/sys/kern/pipe/Makefile
MFC r290914:
[FreeBSD/stable/10.git] / tests / sys / kern / pipe / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/sys/kern/pipe
4
5 PLAIN_TESTS_C+= big_pipe_test
6 PLAIN_TESTS_C+= pipe_fstat_bug_test
7 PLAIN_TESTS_C+= pipe_ino_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 WARNS?=         6
15
16 .include <bsd.test.mk>