summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorGuillaume Boisseau2024-05-30 12:07:53 +0200
committerGitHub2024-05-30 12:07:53 +0200
commitd6367d464339764d407050bc2c104daf9d6f243c (patch)
treede2bba733416bb56162239592995f5b94a4a703d /tests/Makefile
parent245699d636b320581131ed28e086cd96aa5d1cec (diff)
parent87d5a08f44b46657026a99c154bcec4a733f221d (diff)
Merge pull request #217 from AeneasVerif/document-tests
Diffstat (limited to '')
-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