diff options
author | Son Ho | 2024-03-11 17:48:56 +0100 |
---|---|---|
committer | Son Ho | 2024-03-11 17:48:56 +0100 |
commit | 7875ac644e88d3f0209a452064e1fe0eed6f6a50 (patch) | |
tree | fde87e28d10f8591e12eba1f8d870dd1d6fdade4 /Makefile | |
parent | 74dcc7a12f6100d56e38c7aefb131f41c9fe9b52 (diff) |
Change the tests target to test
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -88,8 +88,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 \ |