mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 23:32:52 -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
9 lines
263 B
Makefile
9 lines
263 B
Makefile
ATF_TESTS_C= client_test
|
|
TEST_METADATA.client_test= required_files="/var/run/devd.pid"
|
|
TEST_METADATA.client_test+= required_programs="devd"
|
|
TEST_METADATA.client_test+= required_user="root"
|
|
TEST_METADATA.client_test+= timeout=15
|
|
|
|
WARNS?= 5
|
|
|
|
.include <bsd.test.mk>
|