From 046c0ad5d9c2d277a3666095ed419c0140d5a650 Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Thu, 18 Aug 2022 14:13:10 +0200 Subject: [PATCH] chore: Fix makefile build-unit-tests target --- compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/Makefile b/compiler/Makefile index 82b8a7b84..f162e6b63 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -154,7 +154,7 @@ run-check-tests: concretecompiler file-check not ## unit-tests -build-unit-tests: +build-unit-tests: build-initialized cmake --build $(BUILD_DIR) --target ConcretelangUnitTests run-unit-tests: build-unit-tests