]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - usr.sbin/pw/tests/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / usr.sbin / pw / tests / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/usr.sbin/pw
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 FILES=          group helper_functions.shin master.passwd pw.conf \
21                 pw-modified.conf
22 FILESDIR=       ${TESTSDIR}
23
24 .include <bsd.test.mk>