summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorSon Ho2023-12-22 19:09:16 +0100
committerSon Ho2023-12-22 19:09:16 +0100
commit3688596f27a1ba461f48e88446b8812ec73f1a2f (patch)
tree54c620f0370e20cdcdcf4b8e889a2f306addb429 /tests/Makefile
parent632e2ddc0c5ed0c785b37fdc41394336e467f623 (diff)
Add an option to split the fwd/back functions and fix a minor issue
Diffstat (limited to '')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 8d40e8da..ccdbf652 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,4 +1,4 @@
-all: test-fstar test-coq test-lean test-hol4
+all: test-fstar test-fstar-split test-coq test-lean test-hol4
test-%:
cd $* && $(MAKE) all