Browse Source

Run the AST tests under Travis.

pull/756/head
Joao Matos 9 years ago
parent
commit
ed08714e9c
  1. 2
      build/RunTests.sh

2
build/RunTests.sh

@ -1,4 +1,4 @@
set -e set -e
BUILD_DIR=$(dirname -- $0) BUILD_DIR=$(dirname -- $0)
MONO_PATH=$BUILD_DIR/../deps/NUnit.Runners.2.6.4/tools \ 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…
Cancel
Save