From cfc40069fbef715855cb4aac019d5b6d0ecae3be Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 22 Mar 2026 18:54:28 +0000 Subject: [PATCH] Fix running the tests --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3429a15..bdcf044 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,4 +36,4 @@ EXTRA_DIST = \ pre-inst-env.in check: $(GOBJECTS) $(TESTS_GOBJECTS) - find tests -name "*.scm" | xargs -t -L1 ./test-env guile + find tests -maxdepth 1 -name "*.scm" | xargs -t -L1 ./test-env guile