]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/etcupdate/tests/Makefile
MFC r289172,r290254:
[FreeBSD/stable/10.git] / usr.sbin / etcupdate / tests / Makefile
1 # $FreeBSD$
2
3 PLAIN_TESTS_SH=
4 .for test in    always_test \
5                 conflicts_test \
6                 fbsdid_test \
7                 ignore_test \
8                 preworld_test \
9                 tests_test \
10                 tzsetup_test
11 PLAIN_TESTS_SH+=        ${test}
12 TEST_METADATA.${test}+= required_user="root"
13 .endfor
14
15 .include <bsd.test.mk>