Skip to content

Commit 944c9f4

Browse files
committed
Enable debug information generation for all tests.
1 parent 9ea1821 commit 944c9f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Generator.Tests/GeneratorTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public virtual void Setup(Driver driver)
2828
options.GeneratorKind = kind;
2929
options.OutputDir = Path.Combine(GetOutputDirectory(), "gen", name);
3030
options.Quiet = true;
31+
options.GenerateDebugOutput = true;
3132
var testModule = options.AddModule(name);
3233
testModule.SharedLibraryName = $"{name}.Native";
3334

0 commit comments

Comments
 (0)