3cedbec3ee
and tools/regression/file into the FreeBSD test suite as tests/sys/file MFC after: 1 week
14 lines
271 B
Makefile
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>
|