Browse Source

Reverted these changes that accidentally crept in.

pull/224/head
triton 11 years ago
parent
commit
e6856aeb4c
  1. 3
      src/Generator.Tests/GeneratorTest.cs

3
src/Generator.Tests/GeneratorTest.cs

@ -30,9 +30,8 @@ namespace CppSharp.Utils @@ -30,9 +30,8 @@ namespace CppSharp.Utils
options.OutputDir = Path.Combine(GetOutputDirectory(), "gen", name);
options.SharedLibraryName = name + ".Native";
options.GenerateLibraryNamespace = true;
options.Quiet = false;
options.Quiet = true;
options.IgnoreParseWarnings = true;
options.Verbose = true;
driver.Diagnostics.EmitMessage("");
driver.Diagnostics.EmitMessage("Generating bindings for {0} ({1})",

Loading…
Cancel
Save