aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: cba206019de5df3c8af3070c74fab0e0cf760a4e (about) (plain)
1
2
3
4
5
6
.PHONY: test

test:
	guile -L . tests/infix-to-prefix-tests.scm
	cat infix-to-prefix.log
	! grep -A 2 -F 'result-kind: fail' infix-to-prefix.log