mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
12 lines
284 B
Makefile
12 lines
284 B
Makefile
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>
|