diff options
| author | Konrad Hinsen <konrad.hinsen@fastmail.net> | 2020-06-14 09:00:12 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2020-06-14 23:02:36 +0200 |
| commit | c924e541390f9595d819edc33c19d979917c15ec (patch) | |
| tree | 37d4854ff1f2b4b20c4826af1e6b76161b21a123 /Makefile.am | |
| parent | 1b917f99b5fb2968a381ef0acd43db7f711f2db9 (diff) | |
guix repl: Add script execution.
* guix/scripts/repl.scm: Add filename options for script execution.
* doc/guix.texi (Invoking guix repl): Document it.
* tests/guix-repl.sh: Test it.
* Makefile.am: (SH_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 9cf9318e8a9..8988cdfa127 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -477,6 +477,7 @@ SH_TESTS = \ | |||
| 477 | tests/guix-environment-container.sh \ | 477 | tests/guix-environment-container.sh \ |
| 478 | tests/guix-graph.sh \ | 478 | tests/guix-graph.sh \ |
| 479 | tests/guix-describe.sh \ | 479 | tests/guix-describe.sh \ |
| 480 | tests/guix-repl.sh \ | ||
| 480 | tests/guix-lint.sh | 481 | tests/guix-lint.sh |
| 481 | 482 | ||
| 482 | TESTS = $(SCM_TESTS) $(SH_TESTS) | 483 | TESTS = $(SCM_TESTS) $(SH_TESTS) |
