File size: 145 Bytes
3dcad1f |
1 2 3 4 5 |
#!/bin/sh -
# Run the guile-test script using the guile binary from this directory
cd ../test-suite
../libguile/guile -e main -s guile-test "$@"
|
3dcad1f |
1 2 3 4 5 |
#!/bin/sh -
# Run the guile-test script using the guile binary from this directory
cd ../test-suite
../libguile/guile -e main -s guile-test "$@"
|