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

test:
	guile -L . tests/infix-to-prefix-tests.scm
	cat infix-to-prefix.log