aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: dcc7956096ba62a1daf02e38a1446382f909cdef (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 -F FAIL infix-to-prefix.log