xref: /freebsd/libexec/rc/tests/Makefile (revision 73acfc5863489f0d7ed671d5529eea4c05ec40e6)
1ATF_TESTS_SH+=  rc_subr_test safe_eval_test
2
3# allow running this as part of the build - in DIRDEPS_BUILD at least
4.if ${.MAKE.LEVEL} > 0 && ${MACHINE:Nhost*} == ""
5SAFE_EVAL:= ${_PARSEDIR:U${.PARSEDIR:tA}:H}/safe_eval.sh
6.export SAFE_EVAL
7.endif
8
9.include <bsd.test.mk>
10