summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSon Ho2022-11-14 09:33:19 +0100
committerSon HO2022-11-14 14:21:04 +0100
commit6eab7f1d8eeb7826d44c6bbacf24935965c8f7da (patch)
tree4001598b41555cfa0baf811a1cf88822a52bf640 /Makefile
parent1af63cade04325eb32a62ca23125eea75810822f (diff)
Reactivate the option -test-trans-unis for Coq
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 86587714..5fdd3737 100644
--- a/Makefile
+++ b/Makefile
@@ -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)