diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2021-10-09 14:52:13 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2021-10-09 19:24:19 +0300 |
commit | 5e68f7a7b338951dcc227799a51c59d9ac77c696 (patch) | |
tree | b26a2146a57499bb65e43b3f00498a869ee45537 /Makefile.am | |
parent | 0f6a27c2c46ab6603a6b1ed9cee99c9f81eca3c5 (diff) |
tests: Add guix-home.sh.
* tests/guix-home.sh: New file.
* Makefile.am (SH_TESTS): Add this.
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 f2b6c8e8da..635147efc1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -547,6 +547,7 @@ SH_TESTS = \ tests/guix-package-aliases.sh \ tests/guix-package-net.sh \ tests/guix-system.sh \ + tests/guix-home.sh \ tests/guix-archive.sh \ tests/guix-authenticate.sh \ tests/guix-environment.sh \ |