From ecf1e1098969c36580fc274cb70a8fd60412edf6 Mon Sep 17 00:00:00 2001 From: Anders Betts Date: Mon, 21 Sep 2026 10:34:13 +0200 Subject: build: track the test binaries' dependency files --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 741d9eb..ba8ed02 100644 --- a/Makefile +++ b/Makefile @@ -157,6 +157,8 @@ $(BUILD)/tests/%.o: tests/%.c $(BUILD)/clients/ui.d $(TUI_SCREEN_DEP) \ $(BUILD)/clients/tui.d $(BUILD)/clients/client.d \ $(BUILD)/tests/test_core.d $(BUILD)/tests/test_tui.d \ + $(BUILD)/tests/pdf_check.d $(BUILD)/tests/invoice_check.d \ + $(BUILD)/tests/smtp_check.d \ $(BUILD)/scripts/gen_protocol.d install: all -- cgit v1.3