diff options
author | Son Ho | 2024-03-11 09:42:32 +0100 |
---|---|---|
committer | Son Ho | 2024-03-11 09:42:32 +0100 |
commit | 5af8412b48aef44448d3ce674612aa18feb961b3 (patch) | |
tree | 256b007747c55fd693cd95982def1d6fc7ab9070 /tests/Makefile | |
parent | d1cf59ffa620dcd3780ad4c0200f4d3ab12c12b9 (diff) |
Update tests/Makefile
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index ccdbf652..8d40e8da 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -all: test-fstar test-fstar-split test-coq test-lean test-hol4 +all: test-fstar test-coq test-lean test-hol4 test-%: cd $* && $(MAKE) all |