summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSon Ho2022-02-09 13:00:47 +0100
committerSon Ho2022-02-09 13:00:47 +0100
commite161eb47d51a01e54a21c4517c85ef4c5525709e (patch)
treef8aa19f9991029085d91deb345c9567f0b13ec7a /Makefile
parent357966bc58a276906b19ea492d3d802c2b748b9e (diff)
Add more command line arguments for the decrease clauses
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 068d5f61..b12f7dae 100644
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,8 @@ build:
test: build translate-no_nested_borrows translate-hashmap
# Add specific options to some tests
-translate-no_nested_borrows: TRANS_OPTIONS:=$(TRANS_OPTIONS) -test-units
-translate-hashmap: TRANS_OPTIONS:=$(TRANS_OPTIONS)
+translate-no_nested_borrows: TRANS_OPTIONS:=$(TRANS_OPTIONS) -test-units -no-decrease-clauses
+translate-hashmap: TRANS_OPTIONS:=$(TRANS_OPTIONS) -template-clauses
# Generic rule to extract the CFIM from a rust file
.PHONY: gen-cfim-%