From edac3c3d24473e884546ffbad22e095a203c31c4 Mon Sep 17 00:00:00 2001 From: Konrad Hinsen Date: Thu, 14 May 2020 18:25:37 +0200 Subject: 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 | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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) -- cgit v1.2.3