1TESTSDIR= ${TESTSBASE}/sys/fifo 2 3PLAIN_TESTS_C+= fifo_create 4PLAIN_TESTS_C+= fifo_io 5ATF_TESTS_C+= fifo_kqueue 6PLAIN_TESTS_C+= fifo_misc 7PLAIN_TESTS_C+= fifo_open 8 9TEST_METADATA.fifo_create+= required_user="root" 10TEST_METADATA.fifo_open+= required_user="root" 11 12.include <bsd.test.mk> 13