summaryrefslogtreecommitdiffstats
path: root/pw/tests/Makefile
blob: b284db2eb835208ad93c5143e8779c708f6b6951 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $FreeBSD$

PACKAGE=	tests

BINDIR=		${TESTSDIR}

PROGS+=		crypt
WARNS?=		6
LIBADD+=	crypt

ATF_TESTS_SH=	pw_etcdir \
		pw_lock \
		pw_config \
		pw_groupadd \
		pw_groupdel \
		pw_groupmod \
		pw_useradd \
		pw_userdel \
		pw_usermod \
		pw_usernext

.for tp in ${ATF_TESTS_SH}
TEST_METADATA.${tp}+=	required_user="root"
.endfor

${PACKAGE}FILES+=	group
${PACKAGE}FILES+=	helper_functions.shin
${PACKAGE}FILES+=	master.passwd
${PACKAGE}FILES+=	pw.conf
${PACKAGE}FILES+=	pw-modified.conf

.include <bsd.test.mk>