Fix running the tests
All checks were successful
/ test (push) Successful in 4s

This commit is contained in:
Christopher Baines 2026-03-22 18:54:28 +00:00
parent b451e04169
commit cfc40069fb

View file

@ -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