diff options
author | Son Ho | 2022-11-14 09:33:19 +0100 |
---|---|---|
committer | Son HO | 2022-11-14 14:21:04 +0100 |
commit | 6eab7f1d8eeb7826d44c6bbacf24935965c8f7da (patch) | |
tree | 4001598b41555cfa0baf811a1cf88822a52bf640 /Makefile | |
parent | 1af63cade04325eb32a62ca23125eea75810822f (diff) |
Reactivate the option -test-trans-unis for Coq
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -198,10 +198,8 @@ tfstarp-%: BACKEND_SUBDIR := fstar tfstarp-%: $(AENEAS_CMD) -# TODO: -test-trans-units -# It doesn't work on vec_push_fwd, I don't understand why. .PHONY: tcoq-% -tcoq-%: OPTIONS += -backend coq +tcoq-%: OPTIONS += -backend coq -test-trans-units tcoq-%: BACKEND_SUBDIR := coq tcoq-%: $(AENEAS_CMD) |