10 references to RunCompilerOutput
VBCSCompiler.UnitTests (10)
CompilerServerTests.cs (10)
281RunCompilerOutput(resultFile, expectedOutput);
775RunCompilerOutput(hello1_file, "Hello1 from library1");
794RunCompilerOutput(hello2_file, "Hello2 from library1");
832RunCompilerOutput(hello3_file, "Hello3 from library3");
835RunCompilerOutput(hello2_file, "Hello2 from library2");
889RunCompilerOutput(hello1_file, "Hello1 from library1");
909RunCompilerOutput(hello2exe, "Hello2 from library1");
946RunCompilerOutput(hello3_file, "Hello3 from library3");
949RunCompilerOutput(hello2_file, "Hello2 from library2");
1013RunCompilerOutput(exeFile, $"{prefix} Hello number {i}");