From 75829a42965d0b0792dd7a5298ae23370d9a76c8 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 25 Jan 2021 13:46:14 +0100 Subject: [PATCH] Explain the explicit dependency on instrument_record_status.h Signed-off-by: Gilles Peskine --- tests/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index 719631034..d11d90441 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -86,6 +86,9 @@ mbedtls_test: $(MBEDTLS_TEST_OBJS) TEST_OBJS_DEPS = $(wildcard include/test/*.h include/test/*/*.h) ifdef RECORD_PSA_STATUS_COVERAGE_LOG +# Explicitly depend on this header because on a clean copy of the source tree, +# it doesn't exist yet and must be generated as part of the build, and +# therefore the wildcard enumeration above doesn't include it. TEST_OBJS_DEPS += include/test/instrument_record_status.h endif