diff options
author | Nadrieril | 2024-05-29 10:37:17 +0200 |
---|---|---|
committer | Guillaume Boisseau | 2024-05-30 11:57:40 +0200 |
commit | 87d5a08f44b46657026a99c154bcec4a733f221d (patch) | |
tree | de2bba733416bb56162239592995f5b94a4a703d /tests/Makefile | |
parent | 14d9ca2ddf5ccb350d3bd87ca14a7b7468398e9c (diff) |
Improve the tests README
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile | 6 |
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 |