summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-21 10:34:13 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-21 10:34:13 +0200
commitecf1e1098969c36580fc274cb70a8fd60412edf6 (patch)
tree1f9562d8203f23a45af75094c80fd85b42b8e8ad /Makefile
parent4488b6c2eb1a3ddf20e190ebd28953e4f3f01042 (diff)
downloadbokf-ecf1e1098969c36580fc274cb70a8fd60412edf6.tar.gz
bokf-ecf1e1098969c36580fc274cb70a8fd60412edf6.zip
build: track the test binaries' dependency files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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