summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKonrad Hinsen <konrad.hinsen@fastmail.net>2020-05-14 18:25:37 +0200
committerGuix Patches Tester <>2020-05-14 17:28:07 +0100
commitedac3c3d24473e884546ffbad22e095a203c31c4 (patch)
treeeb2560c8fca4c0f9ff2c056646575deecdf9c767 /Makefile.am
parentfebd1fcfa0b3cd34980ab5117172764fab56b853 (diff)
downloadguix-patches-edac3c3d24473e884546ffbad22e095a203c31c4.tar
guix-patches-edac3c3d24473e884546ffbad22e095a203c31c4.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6a5dd64fed..691f9a141a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -472,6 +472,7 @@ SH_TESTS = \
tests/guix-environment-container.sh \
tests/guix-graph.sh \
tests/guix-describe.sh \
+ tests/guix-repl.sh \
tests/guix-lint.sh
TESTS = $(SCM_TESTS) $(SH_TESTS)