diff options
author | Son Ho | 2023-11-06 18:11:24 +0100 |
---|---|---|
committer | Son Ho | 2023-11-06 18:11:24 +0100 |
commit | 4ba7d73fa3bfbf9ef41b2d9d5595f28fb67b8e47 (patch) | |
tree | 45bfd5a0b82f7494c273b1a263787eba39b0d515 /Makefile | |
parent | dc0032f6ce3b837ba2f431bbb5c9a92c625f629f (diff) |
Update following some changes in Charon
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -91,7 +91,7 @@ tests: trans-no_nested_borrows trans-paper \ transp-polonius_list transp-betree_main \ test-transp-betree_main \ trans-loops \ - trans-array # TODO: generalize to all backends + trans-array trans-traits # TODO: generalize to all backends # Verify the F* files generated by the translation .PHONY: verify @@ -131,6 +131,14 @@ tlean-array: SUBDIR := tlean-array: OPTIONS += thol4-array: OPTIONS += +trans-traits: OPTIONS += -no-state +trans-traits: SUBDIR := traits +tfstar-traits: OPTIONS += -decreases-clauses -template-clauses +tcoq-traits: OPTIONS += -use-fuel +tlean-traits: SUBDIR := +tlean-traits: OPTIONS += +thol4-traits: OPTIONS += + # TODO: activate the arrays for all the backends thol4-array: echo "Ignoring the array test for HOL4" |