blob: e71bc06a59072b7280f73046bf9b5d248917ae50 [file] [log] [blame]
#!/bin/sh
if [ "$(uname)" = "Darwin" ] ; then
export DYLD_LIBRARY_PATH=.:../.. # for macOS
else
export LD_LIBRARY_PATH=.:../.. # for everyone else
fi
python runtest.py $@