Browse Source

Enable verbose mode in tests driver for Travis troubleshooting.

pull/513/merge
triton 11 years ago
parent
commit
05236a89af
  1. 1
      src/Generator.Tests/GeneratorTest.cs

1
src/Generator.Tests/GeneratorTest.cs

@ -31,6 +31,7 @@ namespace CppSharp.Utils @@ -31,6 +31,7 @@ namespace CppSharp.Utils
options.SharedLibraryName = name + ".Native";
options.GenerateLibraryNamespace = true;
options.Quiet = true;
options.Verbose = true;
options.IgnoreParseWarnings = true;
driver.Diagnostics.Message("");

Loading…
Cancel
Save