defsubst
[bpt/guile.git] / libguile / run-test
CommitLineData
8849a244
GB
1#!/bin/sh -
2# Run the guile-test script using the guile binary from this directory
3cd ../test-suite
4../libguile/guile -e main -s guile-test "$@"