diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-11-04 22:54:46 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-11-06 23:21:24 +0100 |
commit | b07014f55ae083f589ea286fca30890a9d705153 (patch) | |
tree | a7ba7863c79d9314a1a32c432d5f122a0c597973 /Makefile.am | |
parent | 72dc64f8f720268930eed448abfc15d2a0eca3cf (diff) | |
download | patches-b07014f55ae083f589ea286fca30890a9d705153.tar patches-b07014f55ae083f589ea286fca30890a9d705153.tar.gz |
pack: Add test for '--relocatable'.
* tests/guix-pack-relocatable.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 7e4b2b9406..c63b65ba56 100644 --- a/Makefile.am +++ b/Makefile.am @@ -406,6 +406,7 @@ SH_TESTS = \ tests/guix-gc.sh \ tests/guix-hash.sh \ tests/guix-pack.sh \ + tests/guix-pack-relocatable.sh \ tests/guix-package.sh \ tests/guix-package-net.sh \ tests/guix-system.sh \ |