summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJonathan Protzenko2023-01-23 18:17:42 -0800
committerSon HO2023-06-04 21:44:33 +0200
commitcbcaa965c4ee5597bb8f4f8bee7fba87729e7154 (patch)
treefb6d55d9cd9248e26fc6f16f8521e6c7e3fb2ef0 /tests
parentdf2e79f88b04ae7bf43586eb83ea0461fb547b3b (diff)
Initial Lean backend, WIP
Diffstat (limited to '')
-rw-r--r--tests/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile
index dfb20cc4..a6a85d2d 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,3 +1,4 @@
-all:
- cd fstar && $(MAKE) all
- cd coq && $(MAKE) all
+all: test-fstar test-coq test-lean
+
+test-%:
+ cd $* && $(MAKE) all