diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-10-30 12:42:41 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-10-31 00:51:05 +0200 |
commit | 40acbaf0789d47464062622bef463921556c2235 (patch) | |
tree | 0e68bcd922664d151d6f325efa792ada2d3da63f /Makefile.am | |
parent | 87c04b0e170a62aa60c8f2054ad039d169751b9c (diff) | |
download | guix-40acbaf0789d47464062622bef463921556c2235.tar.gz |
Add tests for ‘guix home import’.
* tests/home-import.scm: New file. * Makefile.am (SCM_TESTS): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 239387c2f4..d608b08899 100644 --- a/Makefile.am +++ b/Makefile.am @@ -475,6 +475,7 @@ SCM_TESTS = \ tests/graph.scm \ tests/gremlin.scm \ tests/hackage.scm \ + tests/home-import.scm \ tests/import-git.scm \ tests/import-utils.scm \ tests/inferior.scm \ |