]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/make/tests/execution/joberr/Makefile.test
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.git] / usr.bin / make / tests / execution / joberr / Makefile.test
1 # $FreeBSD$
2
3 check-joberr:
4 .for _t in 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9
5         @-${MAKE} -f ${MAKEFILE} -j2 do-$@
6 .endfor
7
8 do-check-joberr:
9         @echo "Error: build failed"
10         @exit 1