aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7218a2c..4927fb6 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ internet-files = \
/etc/dkimproxyout.conf \
/etc/dovecot/dovecot.conf \
-check-guix: $(test-config-files)
+check-guix: result-local.sentinel result-internet.sentinel $(test-config-files)
for f in $(local-files); do \
diff -U5 --color=always result-local$$f tests/local$$f; \
done