diff options
author | Son Ho | 2022-02-09 17:22:56 +0100 |
---|---|---|
committer | Son Ho | 2022-02-09 17:22:56 +0100 |
commit | a1d87256670b165de8079dd99b30bc837a8a4ff2 (patch) | |
tree | 4abd084d2ebf2b192926f3f2e299875cfd6e48f6 /Makefile | |
parent | 3cd24d0b0ecd4a7a71587a5f1479852f40f959ff (diff) |
Implement extration to different files
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ 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 -no-decrease-clauses +translate-no_nested_borrows: TRANS_OPTIONS:=$(TRANS_OPTIONS) -test-units -no-split -no-decrease-clauses translate-hashmap: TRANS_OPTIONS:=$(TRANS_OPTIONS) -template-clauses # Generic rule to extract the CFIM from a rust file |