summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile17
1 files changed, 16 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b11592f..8865746d 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,8 @@ tests: trans-no_nested_borrows trans-paper \
trans-external trans-constants \
transp-polonius_list transp-betree_main \
test-transp-betree_main \
- trans-loops
+ trans-loops \
+ trans-array # TODO: generalize to all backends
# Verify the F* files generated by the translation
.PHONY: verify
@@ -122,6 +123,20 @@ tlean-paper: SUBDIR :=
thol4-no_nested_borrows: SUBDIR := misc-no_nested_borrows
thol4-paper: SUBDIR := misc-paper
+trans-array: OPTIONS += -no-state
+trans-array: SUBDIR := array
+tfstar-array: OPTIONS +=
+tcoq-array: OPTIONS +=
+tlean-array: SUBDIR :=
+tlean-array: OPTIONS +=
+thol4-array: OPTIONS +=
+
+# TODO: activate the arrays for all the backends
+tcoq-array:
+ echo "Ignoring the array test for Coq"
+thol4-array:
+ echo "Ignoring the array test for HOL4"
+
trans-loops: OPTIONS += -no-state
trans-loops: SUBDIR := misc
tfstar-loops: OPTIONS += -decreases-clauses -template-clauses