]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/make/tests/execution/empty/Makefile.test
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.git] / usr.bin / make / tests / execution / empty / Makefile.test
1 # $FreeBSD$
2
3 EMPTY=
4
5 check-empty:
6         @${MAKE} -f ${MAKEFILE} do-$@
7         @${MAKE} -f ${MAKEFILE} -j2 do-$@
8         @${MAKE} -f ${MAKEFILE} -j2 -B do-$@
9
10 do-check-empty:
11         ${EMPTY}
12         @${EMPTY}
13         @-${EMPTY}