blob: 0757836d3fcc66c2fb5d55fec42f3f597dcb5671 [file] [log] [blame]
#!/bin/sh
# Convenience script for running SWIG before it is installed.
# Intended for ad-hoc usage and not by the test-suite or examples.
builddir=`dirname "$0"`
SWIG_LIB='@SWIG_LIB_PREINST@'
export SWIG_LIB
exec valgrind "$builddir/swig" "$@"