diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-06-30 12:35:27 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-01 23:29:49 +0200 |
commit | cad252644930b81021484dfdb9d321c61f218842 (patch) | |
tree | a584513484cd4241f54e5fdd0648a5fed579a9ca /Makefile.am | |
parent | d6902798d12f94f12fb75f97213a0d25532f7252 (diff) | |
download | guix-cad252644930b81021484dfdb9d321c61f218842.tar guix-cad252644930b81021484dfdb9d321c61f218842.tar.gz |
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.am | 1 |
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 |