From 0820098d1ccf63e3e8b44df67dcb4236b78975c6 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 21 Dec 2013 21:47:17 +0100 Subject: authenticate: Add test. * tests/guix-authenticate.sh: New file. * Makefile.am (SH_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 34846c3e29..4815c55fba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -129,7 +129,8 @@ SH_TESTS = \ tests/guix-download.sh \ tests/guix-gc.sh \ tests/guix-hash.sh \ - tests/guix-package.sh + tests/guix-package.sh \ + tests/guix-authenticate.sh if BUILD_DAEMON -- cgit 1.4.1