summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSon Ho2022-02-24 00:03:39 +0100
committerSon Ho2022-02-24 00:03:39 +0100
commit27732e406720422313579b7d3a97977463183b89 (patch)
treebb97349fc6746a23a8a0be7b38adad235056ee9d /Makefile
parent532b43ad73a4964cd75d8548d43eb894b7f225c1 (diff)
Finish writing the code which generates the state-error monad
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 53382164..25a8b06f 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ test: build translate-no_nested_borrows translate-hashmap translate-paper
# Add specific options to some tests
translate-no_nested_borrows translate-paper: \
- TRANS_OPTIONS:=$(TRANS_OPTIONS) -test-units -no-split-files -no-decreases-clauses
+ TRANS_OPTIONS:=$(TRANS_OPTIONS) -test-units -no-split-files -no-state -no-decreases-clauses
translate-no_nested_borrows translate-paper: SUBDIR:=misc
translate-hashmap: TRANS_OPTIONS:=$(TRANS_OPTIONS) -template-clauses -no-state
translate-hashmap: SUBDIR:=hashmap