summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-12-21 21:47:17 +0100
committerLudovic Courtès <ludo@gnu.org>2013-12-21 21:47:17 +0100
commit0820098d1ccf63e3e8b44df67dcb4236b78975c6 (patch)
treebf31bbd4779ee10926928b286cb5617343698710 /Makefile.am
parent0a66781eee68efe71437ac0116172c873351eede (diff)
downloadpatches-0820098d1ccf63e3e8b44df67dcb4236b78975c6.tar
patches-0820098d1ccf63e3e8b44df67dcb4236b78975c6.tar.gz
authenticate: Add test.
* tests/guix-authenticate.sh: New file. * Makefile.am (SH_TESTS): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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