Tools and libraries to glue C/C++ APIs to high-level languages
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
set -e |
|
BUILD_DIR=$(dirname -- $0) |
|
MONO_PATH=$BUILD_DIR/../deps/NUnit.Runners.2.6.4/tools \ |
|
mono $BUILD_DIR/../deps/NUnit.Runners.2.6.4/tools/nunit-console.exe -nologo -noresult $BUILD_DIR/gmake/lib/Release_*/*Tests*.dll
|
|
|