summaryrefslogtreecommitdiff
path: root/tests/sys/fifo/Makefile
blob: 6d4c859288d9bf41e738c8b6531d2c4ef3523e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TESTSDIR=	${TESTSBASE}/sys/fifo

PLAIN_TESTS_C+=	fifo_create
PLAIN_TESTS_C+=	fifo_io
ATF_TESTS_C+=	fifo_kqueue
PLAIN_TESTS_C+=	fifo_misc
PLAIN_TESTS_C+=	fifo_open

TEST_METADATA.fifo_create+=	required_user="root"
TEST_METADATA.fifo_open+=	required_user="root"

.include <bsd.test.mk>