Browse Source

Run each test in a different process since they can crash Mono.

pull/513/merge
triton 11 years ago
parent
commit
d6b51d909b
  1. 2
      .travis.yml

2
.travis.yml

@ -24,4 +24,4 @@ install: @@ -24,4 +24,4 @@ install:
script:
- build/premake5-linux-64 --file=build/premake4.lua gmake
- config=release_x64 make -C build/gmake/
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe build/gmake/lib/Release_x64/CppSharp.*Tests*.dll
- for test in build/gmake/lib/Release_x64/*.Tests.*.dll; do MONO_PATH=deps/NUnit.Runners.2.6.4/tools mono deps/NUnit.Runners.2.6.4/tools/nunit-console.exe $test; done

Loading…
Cancel
Save