summaryrefslogtreecommitdiff
path: root/tests/Makefile
blob: ff4baaba0a512941b1136694ba37a69881577206 (plain)
1
2
3
4
5
6
.PHONY: all
all: test-fstar test-coq test-lean test-hol4

.PHONY: test-%
test-%:
	cd $* && $(MAKE) all