summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-03-05 22:16:01 +0100
committerLudovic Courtès <ludo@gnu.org>2015-03-05 22:17:36 +0100
commit950d2ea414f3ce11e68f059ccef7f5e6a6181778 (patch)
treecf3c7a48f3a191b4bc2a5f4e9d66432a32216a8c /guix
parent754e5be2d5319f9d2229d558d8330cc218263318 (diff)
lint: Add tests for the 'source' checker.
* guix/scripts/lint.scm (check-source): Export. * tests/lint.scm (%null-sha256): New procedure. ("source: 200", "source: 404"): New tests.
Diffstat (limited to 'guix')
-rw-r--r--guix/scripts/lint.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index fef05635b3..69717b6317 100644
--- a/guix/scripts/lint.scm
+++ b/guix/scripts/lint.scm
@@ -47,7 +47,8 @@
check-inputs-should-be-native
check-patches
check-synopsis-style
- check-home-page))
+ check-home-page
+ check-source))
;;;