summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSon Ho2024-02-09 15:24:57 +0100
committerSon Ho2024-02-09 15:24:57 +0100
commit42fe6fb304b322b2bfabab243964375520f46973 (patch)
tree99e8924192da54999eb267f78cd2b2392d3c8634 /Makefile
parenteb8bddcbd120f666f74023de9a23c48e1a55833d (diff)
Add some demo files
Diffstat (limited to '')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45f191cc..26392c11 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ tests: test-no_nested_borrows test-paper \
testp-polonius_list testp-betree_main \
ctest-testp-betree_main \
test-loops \
- test-arrays test-traits test-bitwise
+ test-arrays test-traits test-bitwise test-demo
# Verify the F* files generated by the translation
.PHONY: verify
@@ -148,6 +148,13 @@ tcoq-loops: OPTIONS += -use-fuel
tlean-loops: SUBDIR :=
thol4-loops: SUBDIR := misc-loops
+test-demo: OPTIONS +=
+test-demo: SUBDIR := demo
+tfstar-demo: OPTIONS += -use-fuel
+tcoq-demo: OPTIONS += -use-fuel
+tlean-demo: SUBDIR := Demo
+thol4-demo: OPTIONS +=
+
# TODO: reactivate -test-trans-units
test-hashmap: OPTIONS += -split-files
test-hashmap: SUBDIR := hashmap