mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
Submitted by: Jan Kokemüller <jan.kokemueller@gmail.com> MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D24528
17 lines
398 B
Makefile
17 lines
398 B
Makefile
# $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
|
|
ATF_TESTS_C+= pipe_kqueue_test
|
|
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
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.test.mk>
|