summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-06-30 12:35:27 +0200
committerLudovic Courtès <ludo@gnu.org>2015-07-01 23:29:49 +0200
commitcad252644930b81021484dfdb9d321c61f218842 (patch)
treea584513484cd4241f54e5fdd0648a5fed579a9ca /Makefile.am
parentd6902798d12f94f12fb75f97213a0d25532f7252 (diff)
downloadguix-cad252644930b81021484dfdb9d321c61f218842.tar.gz
guix-cad252644930b81021484dfdb9d321c61f218842.tar.xz
tests: Add tests for 'guix environment'.
* tests/guix-environment.sh: New file. * Makefile.am (SH_TESTS): Add it.
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 22ee938c42..cc0b135de6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -223,6 +223,7 @@ SH_TESTS = \
tests/guix-system.sh \
tests/guix-archive.sh \
tests/guix-authenticate.sh \
+ tests/guix-environment.sh \
tests/guix-lint.sh
if BUILD_DAEMON