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