diff options
author | Guillaume Boisseau | 2024-05-30 12:07:53 +0200 |
---|---|---|
committer | GitHub | 2024-05-30 12:07:53 +0200 |
commit | d6367d464339764d407050bc2c104daf9d6f243c (patch) | |
tree | de2bba733416bb56162239592995f5b94a4a703d /tests/Makefile | |
parent | 245699d636b320581131ed28e086cd96aa5d1cec (diff) | |
parent | 87d5a08f44b46657026a99c154bcec4a733f221d (diff) |
Merge pull request #217 from AeneasVerif/document-tests
Diffstat (limited to 'tests/Makefile')
-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 |