aboutsummaryrefslogtreecommitdiff
.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