diff options
| author | Anders Betts <anders.betts@gmail.com> | 2026-09-21 10:34:13 +0200 |
|---|---|---|
| committer | Anders Betts <anders.betts@gmail.com> | 2026-09-21 10:34:13 +0200 |
| commit | ecf1e1098969c36580fc274cb70a8fd60412edf6 (patch) | |
| tree | 1f9562d8203f23a45af75094c80fd85b42b8e8ad | |
| parent | 4488b6c2eb1a3ddf20e190ebd28953e4f3f01042 (diff) | |
| download | bokf-ecf1e1098969c36580fc274cb70a8fd60412edf6.tar.gz bokf-ecf1e1098969c36580fc274cb70a8fd60412edf6.zip | |
build: track the test binaries' dependency files
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
