2014-10-02 19:53:37 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2016-02-02 22:26:49 +00:00
|
|
|
PACKAGE= tests
|
|
|
|
|
2016-07-13 17:09:20 +00:00
|
|
|
BINDIR= ${TESTSDIR}
|
|
|
|
|
|
|
|
PROGS+= crypt
|
|
|
|
LIBADD+= crypt
|
|
|
|
|
2014-12-09 23:26:47 +00:00
|
|
|
ATF_TESTS_SH= pw_etcdir \
|
|
|
|
pw_lock \
|
2015-06-07 20:44:06 +00:00
|
|
|
pw_config \
|
2015-07-28 21:10:58 +00:00
|
|
|
pw_groupadd \
|
2014-12-09 23:26:47 +00:00
|
|
|
pw_groupdel \
|
|
|
|
pw_groupmod \
|
|
|
|
pw_useradd \
|
|
|
|
pw_userdel \
|
2015-02-09 21:15:52 +00:00
|
|
|
pw_usermod \
|
|
|
|
pw_usernext
|
2014-10-02 19:53:37 +00:00
|
|
|
|
2014-12-09 23:26:47 +00:00
|
|
|
.for tp in ${ATF_TESTS_SH}
|
|
|
|
TEST_METADATA.${tp}+= required_user="root"
|
|
|
|
.endfor
|
2014-11-03 09:26:39 +00:00
|
|
|
|
2016-05-04 23:20:53 +00:00
|
|
|
${PACKAGE}FILES+= group
|
|
|
|
${PACKAGE}FILES+= helper_functions.shin
|
|
|
|
${PACKAGE}FILES+= master.passwd
|
|
|
|
${PACKAGE}FILES+= pw.conf
|
|
|
|
${PACKAGE}FILES+= pw-modified.conf
|
2014-10-02 19:53:37 +00:00
|
|
|
|
|
|
|
.include <bsd.test.mk>
|