summaryrefslogtreecommitdiff
path: root/libguile/run-test
blob: e0db309bbcc976d14f6580657a5712670fcc6211 (plain)
1
2
3
4
#!/bin/sh -
# Run the guile-test script using the guile binary from this directory
cd ../test-suite
../libguile/guile -e main -s guile-test "$@"