diff options
author | Son Ho | 2022-11-16 14:10:44 +0100 |
---|---|---|
committer | Son HO | 2022-11-16 15:45:32 +0100 |
commit | cc8cd4b9d55e21dd50fac7714203ab8a8f06242b (patch) | |
tree | d0d6b63c8d3dcc51b6d533987415e1d4bd563723 /tests/fstar/hashmap_on_disk/Makefile | |
parent | 8bf0452f91c44ff390556db77bf42697c0443b67 (diff) |
Add the aeneas-verify-fstar derivation
Diffstat (limited to 'tests/fstar/hashmap_on_disk/Makefile')
-rw-r--r-- | tests/fstar/hashmap_on_disk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fstar/hashmap_on_disk/Makefile b/tests/fstar/hashmap_on_disk/Makefile index a16b0edb..14790d6d 100644 --- a/tests/fstar/hashmap_on_disk/Makefile +++ b/tests/fstar/hashmap_on_disk/Makefile @@ -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) |