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

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