freebsd-dev/tests/sys/fifo/Makefile
Enji Cooper 3cedbec3ee Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifo
and tools/regression/file into the FreeBSD test suite as tests/sys/file

MFC after: 1 week
2015-04-27 08:15:17 +00:00

14 lines
271 B
Makefile

# $FreeBSD$
TESTSDIR= ${TESTSBASE}/sys/fifo
PLAIN_TESTS_C+= fifo_create
PLAIN_TESTS_C+= fifo_io
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>