summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSon Ho2024-03-20 06:36:16 +0100
committerSon Ho2024-03-20 06:36:16 +0100
commit07021e902a442ccda5979059415c51ddc4930980 (patch)
treebd456e32deba9c15dd9460cd8aa38669496c5cfa /Makefile
parent51a7416e70be17c8e6f8f0262db4ddf7668ec760 (diff)
Update the Makefile
Diffstat (limited to '')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8b9c8392..5f8fd537 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \