1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/libguile/run-test
Greg J. Badros 8849a2449b * run-test, remaining-docs-needed: Added these scripts. The
second one is only temporary until the docstring additions are
complete.   run-test may best live on, but is here mostly for
convenience and awareness for now.
2000-03-07 16:06:13 +00:00

4 lines
145 B
Bash
Executable file

#!/bin/sh -
# Run the guile-test script using the guile binary from this directory
cd ../test-suite
../libguile/guile -e main -s guile-test "$@"