summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorNadrieril2024-05-29 10:37:17 +0200
committerGuillaume Boisseau2024-05-30 11:57:40 +0200
commit87d5a08f44b46657026a99c154bcec4a733f221d (patch)
treede2bba733416bb56162239592995f5b94a4a703d /tests/Makefile
parent14d9ca2ddf5ccb350d3bd87ca14a7b7468398e9c (diff)
Improve the tests README
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile
index ff4baaba..a911e037 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,6 +1,6 @@
.PHONY: all
-all: test-fstar test-coq test-lean test-hol4
+all: verify-fstar verify-coq verify-lean verify-hol4
-.PHONY: test-%
-test-%:
+.PHONY: verify-%
+verify-%:
cd $* && $(MAKE) all