summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSon HO2024-02-11 15:28:23 +0100
committerGitHub2024-02-11 15:28:23 +0100
commit305f916c602457b0a1fa8ce5569c6c0bf26d6f8e (patch)
treeab7c8d7dd3aa62e16e2cf84467da3d5fbb156711 /Makefile
parenteb8bddcbd120f666f74023de9a23c48e1a55833d (diff)
parentdd41ce4d968222824d36a295194a0de003d7a822 (diff)
Merge pull request #73 from AeneasVerif/son/demo
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