]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pw/tests/Makefile
Import libucl snapshot 20160604
[FreeBSD/FreeBSD.git] / usr.sbin / pw / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 ATF_TESTS_SH=   pw_etcdir \
6                 pw_lock \
7                 pw_config \
8                 pw_groupadd \
9                 pw_groupdel \
10                 pw_groupmod \
11                 pw_useradd \
12                 pw_userdel \
13                 pw_usermod \
14                 pw_usernext
15
16 .for tp in ${ATF_TESTS_SH}
17 TEST_METADATA.${tp}+=   required_user="root"
18 .endfor
19
20 ${PACKAGE}FILES+=       group
21 ${PACKAGE}FILES+=       helper_functions.shin
22 ${PACKAGE}FILES+=       master.passwd
23 ${PACKAGE}FILES+=       pw.conf
24 ${PACKAGE}FILES+=       pw-modified.conf
25
26 .include <bsd.test.mk>