diff --git a/src/Generator.Tests/GeneratorTest.cs b/src/Generator.Tests/GeneratorTest.cs index a57a1dde..f1c1ca28 100644 --- a/src/Generator.Tests/GeneratorTest.cs +++ b/src/Generator.Tests/GeneratorTest.cs @@ -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("");