diff options
author | Nadrieril | 2024-05-23 10:41:10 +0200 |
---|---|---|
committer | Guillaume Boisseau | 2024-05-24 14:24:38 +0200 |
commit | 4ce3e9c7c11744abae52d7a3ae1a3962395784be (patch) | |
tree | c7493aad307c35034930ff9d2abe962d993c81fa /tests/Makefile | |
parent | b8bdf14f3e4b25578d107160161f5bd2b548a113 (diff) |
Import test suite from charon
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 8d40e8da..ff4baaba 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,6 @@ +.PHONY: all all: test-fstar test-coq test-lean test-hol4 +.PHONY: test-% test-%: cd $* && $(MAKE) all |