43d1361701
The ATF tests communicate with the system's running devd PR: 220169 Reported by: gjb MFC after: 3 weeks Sponsored by: Spectra Logic Corp
12 lines
276 B
Makefile
12 lines
276 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|