diff options
author | Son Ho | 2024-02-09 15:24:57 +0100 |
---|---|---|
committer | Son Ho | 2024-02-09 15:24:57 +0100 |
commit | 42fe6fb304b322b2bfabab243964375520f46973 (patch) | |
tree | 99e8924192da54999eb267f78cd2b2392d3c8634 /Makefile | |
parent | eb8bddcbd120f666f74023de9a23c48e1a55833d (diff) |
Add some demo files
Diffstat (limited to '')
-rw-r--r-- | Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |