diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -50,8 +50,8 @@ SUBDIR := #################################### # Build the project, test it and verify the generated files -.PHONY: build-tests-verify -build-tests-verify: build tests verify +.PHONY: build-test-verify +build-test-verify: build test verify # Build the project .PHONY: build @@ -84,8 +84,8 @@ clean: cd compiler && dune clean # Test the project by translating test files to F* -.PHONY: tests -tests: test-no_nested_borrows test-paper \ +.PHONY: test +test: test-no_nested_borrows test-paper \ test-hashmap test-hashmap_main \ test-external test-constants \ testp-polonius_list testp-betree_main \ |