diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-05-11 15:09:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-05-11 15:09:56 +0200 |
commit | ccbce84809db80e6d9bc42e96f9edb2071152b56 (patch) | |
tree | 6736eb07bd6377e4243c37de27f7b6cf981507ad /Makefile.am | |
parent | 438bb042ff31619f43960113e7cd9e1b2818ff1c (diff) | |
download | guix-ccbce84809db80e6d9bc42e96f9edb2071152b56.tar guix-ccbce84809db80e6d9bc42e96f9edb2071152b56.tar.gz |
tests: Add `guix hash' test.
* guix/scripts/hash.scm (guix-hash)[eof->null]: New procedure.
Use it to convert the EOF object to the empty bytevector.
* tests/guix-hash.sh: New file.
* Makefile.am (SH_TESTS): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d1f06d7a71..6786bd7327 100644 --- a/Makefile.am +++ b/Makefile.am @@ -324,6 +324,7 @@ SH_TESTS = \ tests/guix-build.sh \ tests/guix-download.sh \ tests/guix-gc.sh \ + tests/guix-hash.sh \ tests/guix-package.sh TESTS = $(SCM_TESTS) $(SH_TESTS) |