mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
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.
4 lines
145 B
Bash
Executable file
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 "$@"
|