From 0edc8c924c356052395445cce16fd79ebf468818 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Mon, 15 Apr 2024 16:05:48 +0200 Subject: Fix CI --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1266e631..0f3e2999 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,10 @@ clean: # Test the project by translating test files to F* .PHONY: test -test: build-dev test-no_nested_borrows test-paper \ +test: build-dev test-all + +.PHONY: test-all +test-all: test-no_nested_borrows test-paper \ test-hashmap test-hashmap_main \ test-external test-constants \ testp-polonius_list testp-betree_main \ -- cgit v1.2.3