diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-12-21 21:47:17 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-21 21:47:17 +0100 |
commit | 0820098d1ccf63e3e8b44df67dcb4236b78975c6 (patch) | |
tree | bf31bbd4779ee10926928b286cb5617343698710 /Makefile.am | |
parent | 0a66781eee68efe71437ac0116172c873351eede (diff) | |
download | guix-0820098d1ccf63e3e8b44df67dcb4236b78975c6.tar guix-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.am | 3 |
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 |