From 42fe6fb304b322b2bfabab243964375520f46973 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Fri, 9 Feb 2024 15:24:57 +0100 Subject: Add some demo files --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3