Glen Barber 2aa00a6001 More 'tests' package fixes.
Sponsored by:	The FreeBSD Foundation
2016-02-03 00:34:23 +00:00

17 lines
330 B
Makefile

# $FreeBSD$
PACKAGE= tests
FILESGROUPS= TESTS
TESTSPACKAGE= ${PACKAGE}
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>