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