10 references to RunCompilerOutput
VBCSCompiler.UnitTests (10)
CompilerServerTests.cs (10)
248RunCompilerOutput(resultFile, expectedOutput);
742RunCompilerOutput(hello1_file, "Hello1 from library1");
761RunCompilerOutput(hello2_file, "Hello2 from library1");
799RunCompilerOutput(hello3_file, "Hello3 from library3");
802RunCompilerOutput(hello2_file, "Hello2 from library2");
856RunCompilerOutput(hello1_file, "Hello1 from library1");
876RunCompilerOutput(hello2exe, "Hello2 from library1");
913RunCompilerOutput(hello3_file, "Hello3 from library3");
916RunCompilerOutput(hello2_file, "Hello2 from library2");
980RunCompilerOutput(exeFile, $"{prefix} Hello number {i}");