summaryrefslogtreecommitdiff
path: root/examples/strtoi/test.mk
blob: d2af3eecb85788119463ce3a36e69c915a614cf9 (plain)
1
2
3
4
5
6
.PHONY : test_output
test_output:
	@set -e; \
	${.OBJDIR}/prog < ${.CURDIR}/input.in

.include <mkc.minitest.mk>