--- test-suite/tests/interp.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-suite/tests/interp.test b/test-suite/tests/interp.test index 5f3e2aaf7..7497094a8 100644 --- a/test-suite/tests/interp.test +++ b/test-suite/tests/interp.test @@ -16,6 +16,9 @@ ;;;; License along with this library; if not, write to the Free Software ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +(define-module (test-suite test-interp) + #:use-module (test-suite lib)) + (pass-if "Internal defines 1" (letrec ((foo (lambda (arg) (or arg (and (procedure? foo) -- 2.39.2
- [PATCH 0/7] Allow tests to run in parallel Rob Browning
- [PATCH 1/7] srfi-10.test: add missing (test-suite lib) d... Rob Browning
- [PATCH 7/7] Switch to the preferred parallel automake te... Rob Browning
- [PATCH 3/7] guile-test: set declarative #f to eliminate ... Rob Browning
- [PATCH 2/7] interp.test: add missing (test-suite lib) de... Rob Browning
- [PATCH 6/7] check-guile.in: exit 2 on errors and direct ... Rob Browning
- [PATCH 4/7] guile-test: support automake parallel test h... Rob Browning
- [PATCH 5/7] check-guile.in: improve quoting (e.g. paths ... Rob Browning
- Re: [PATCH 0/7] Allow tests to run in parallel Rob Browning