diff options
author | Son Ho | 2023-05-23 16:17:31 +0200 |
---|---|---|
committer | Son HO | 2023-06-04 21:54:38 +0200 |
commit | 338345e8480a420883fca318d9ad9cd5965fa819 (patch) | |
tree | 73f3c7478989c7a344c50502fdce346aa6dbd0fb /tests/Makefile | |
parent | df03890491fc9c549376d26262b0be3707c00f59 (diff) |
Update tests/Makefile
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index a6a85d2d..8d40e8da 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -all: test-fstar test-coq test-lean +all: test-fstar test-coq test-lean test-hol4 test-%: cd $* && $(MAKE) all |