From dd7c013d4be0fea8db61c909f5ba6f877c143fd3 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Sun, 12 Oct 2014 01:58:29 +0200 Subject: guix lint: add the --checkers option. * guix/scripts/lint.scm: add the "--checkers" option. * doc/guix.texi (Invoking guix lint): Document it. * tests/guix-lint.sh: New file * Makefile.am (SCM_TESTS): Add it. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4b823ec76c..b13fcbc053 100644 --- a/Makefile.am +++ b/Makefile.am @@ -186,7 +186,8 @@ SH_TESTS = \ tests/guix-package.sh \ tests/guix-system.sh \ tests/guix-archive.sh \ - tests/guix-authenticate.sh + tests/guix-authenticate.sh \ + tests/guix-lint.sh if BUILD_DAEMON -- cgit v1.2.3