diff options
author | Son Ho | 2022-02-09 13:00:47 +0100 |
---|---|---|
committer | Son Ho | 2022-02-09 13:00:47 +0100 |
commit | e161eb47d51a01e54a21c4517c85ef4c5525709e (patch) | |
tree | f8aa19f9991029085d91deb345c9567f0b13ec7a /Makefile | |
parent | 357966bc58a276906b19ea492d3d802c2b748b9e (diff) |
Add more command line arguments for the decrease clauses
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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-% |