From 0afdc48532ea7d8eea32b3e3b78ba3832e7f18b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 1 Nov 2012 01:46:15 +0100 Subject: Add a preliminary `guix-package' command-line tool. * guix-package.in, tests/guix-package.sh: New files. * configure.ac: Output `guix-package'. * Makefile.am (TESTS): Add `tests/guix-package.sh'. (bin_SCRIPTS): Add `guix-package'. --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d3a3dbf69a..8a564624b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,8 @@ bin_SCRIPTS = \ guix-build \ - guix-download + guix-download \ + guix-package MODULES = \ guix/utils.scm \ @@ -120,7 +121,8 @@ TESTS = \ tests/build-utils.scm \ tests/packages.scm \ tests/union.scm \ - tests/guix-build.sh + tests/guix-build.sh \ + tests/guix-package.sh TEST_EXTENSIONS = .scm .sh -- cgit v1.2.3