diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-03-05 22:16:01 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-03-05 22:17:36 +0100 |
commit | 950d2ea414f3ce11e68f059ccef7f5e6a6181778 (patch) | |
tree | cf3c7a48f3a191b4bc2a5f4e9d66432a32216a8c /guix | |
parent | 754e5be2d5319f9d2229d558d8330cc218263318 (diff) | |
download | gnu-guix-950d2ea414f3ce11e68f059ccef7f5e6a6181778.tar gnu-guix-950d2ea414f3ce11e68f059ccef7f5e6a6181778.tar.gz |
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.scm | 3 |
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)) ;;; |