mirror of https://github.com/mono/CppSharp.git
1 changed files with 1 additions and 1 deletions
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
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 |
||||
mono $BUILD_DIR/../deps/NUnit.Runners.2.6.4/tools/nunit-console.exe -nologo -noresult $BUILD_DIR/gmake/lib/Release_*/*Tests*.dll |
||||
|
||||
Loading…
Reference in new issue