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