diff options
author | Escherichia | 2024-04-04 11:42:03 +0200 |
---|---|---|
committer | Escherichia | 2024-04-04 11:42:03 +0200 |
commit | b041b2eb7f1d03b815b4726b3aa0a7aa98124b4d (patch) | |
tree | 736a81fba2211cf4bf1c60bec858a4011f51d9d5 /Makefile | |
parent | cc0b77e4b75990916e331e9ff5c26c912341b13d (diff) | |
parent | 88cb18c614819f4abba1e0dfdb80c455d334d595 (diff) |
Merge remote-tracking branch 'origin/main' into escherichia/error_catching
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ clean: # Test the project by translating test files to F* .PHONY: test -test: test-no_nested_borrows test-paper \ +test: build-dev test-no_nested_borrows test-paper \ test-hashmap test-hashmap_main \ test-external test-constants \ testp-polonius_list testp-betree_main \ |