]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/etcupdate/tests/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.sbin / etcupdate / tests / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/usr.sbin/etcupdate
4
5 PLAIN_TESTS_SH=
6 .for test in    always_test \
7                 conflicts_test \
8                 fbsdid_test \
9                 ignore_test \
10                 preworld_test \
11                 tests_test \
12                 tzsetup_test
13 PLAIN_TESTS_SH+=        ${test}
14 TEST_METADATA.${test}+= required_user="root"
15 .endfor
16
17 .include <bsd.test.mk>