mirror of
https://github.com/opnsense/src.git
synced 2026-03-30 22:45:13 -04:00
10 lines
186 B
Makefile
10 lines
186 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.sbin/pw
|
|
|
|
ATF_TESTS_SH= pw_delete pw_modify
|
|
|
|
FILES= group helper_functions.shin master.passwd
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
.include <bsd.test.mk>
|