CClash.Tests.CompilerCacheTest.MPTest C# (CSharp) Méthode

MPTest() private méthode

private MPTest ( int files ) : void
files int
Résultat void
        public void MPTest(int files)
        {
            var fl = MakeLotsOfFiles(files);
            var args = new List<string> { "/c", "/MP", "/nologo" };
            args.AddRange(fl);
            Assert.IsTrue(Program.Main(args.ToArray()) == 0);
        }