From ccbce84809db80e6d9bc42e96f9edb2071152b56 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 11 May 2013 15:09:56 +0200 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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) -- cgit v1.2.3