summaryrefslogtreecommitdiff
path: root/tests/FSRCDIR/test.mk
blob: 6059c8f7dd0e9d3a1e81db6e4ccfe99879a64608 (plain)
1
2
3
4
5
6
7
8
9
10
.PHONY : test_output
test_output :
	@set -e; \
	\
	echo =========== all ============; \
	${MAKE} ${MAKEFLAGS} all 2>&1 | head -n 2; \
	\
	${MAKE} ${MAKEFLAGS} cleandir > /dev/null

.include <mkc.minitest.mk>