From a20819f170acc6aad7b5aca2fbe53c7b3ab7e2b8 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Wed, 16 Nov 2022 14:40:34 +0100 Subject: Automatically generate the Makefile and _CoqProject files in the tests subdirectories --- tests/fstar/Makefile.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/fstar/Makefile.template') diff --git a/tests/fstar/Makefile.template b/tests/fstar/Makefile.template index a16b0edb..14790d6d 100644 --- a/tests/fstar/Makefile.template +++ b/tests/fstar/Makefile.template @@ -8,7 +8,8 @@ FSTAR_OPTIONS = $(FSTAR_HINTS) \ --cache_checked_modules $(FSTAR_INCLUDES) --cmi \ --warn_error '+241@247+285-274' \ -FSTAR_NO_FLAGS = fstar.exe --already_cached 'Prims FStar LowStar Steel' --odir obj --cache_dir obj +FSTAR_EXE ?= fstar.exe +FSTAR_NO_FLAGS = $(FSTAR_EXE) --already_cached 'Prims FStar LowStar Steel' --odir obj --cache_dir obj FSTAR = $(FSTAR_NO_FLAGS) $(FSTAR_OPTIONS) -- cgit v1.2.3