summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-07-01 17:32:03 +0200
committerLudovic Courtès <ludo@gnu.org>2012-07-05 00:13:30 +0200
commitb0e0d0e99fab04fc374061adc7386b0f3f4b18c5 (patch)
tree1cfe48df8bf8e602ae6a1987b54d2f9f18d53f7c /Makefile.am
parentc9d01150c04e92770f72683bdfabf4ac939985d3 (diff)
downloadguix-patches-b0e0d0e99fab04fc374061adc7386b0f3f4b18c5.tar
guix-patches-b0e0d0e99fab04fc374061adc7386b0f3f4b18c5.tar.gz
Add builder-side utilities for phases, stream editing, & co.
* guix/build/utils.scm (with-directory-excursion): New macro. (alist-cons-before, alist-cons-after, alist-replace): New procedures. (substitute): New procedure. * tests/build-utils.scm: New file. * Makefile.am (TESTS): Add `tests/build-utils.scm'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6b86fb7d46..940736db60 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,6 +42,7 @@ TESTS = \
tests/builders.scm \
tests/derivations.scm \
tests/utils.scm \
+ tests/build-utils.scm \
tests/packages.scm
TESTS_ENVIRONMENT = \