Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <mabaul@microsoft.com>2018-12-07 12:31:12 +0300
committerMarek Safar <marek.safar@gmail.com>2018-12-18 15:14:07 +0300
commite72f0a8a0348c51093ebf0668e52cc9e4cf7c7c3 (patch)
tree14f541073bd0df712d28048b312078420e6f990b /msvc/scripts
parent787c851fa5080f1844b36f027d1d8fbccb03852a (diff)
[gensources]: Add platform/project logic to tests.
The gensources tool now supports platform/specific .sources for nunit and xunit tests.
Diffstat (limited to 'msvc/scripts')
-rwxr-xr-xmsvc/scripts/genproj.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/scripts/genproj.cs b/msvc/scripts/genproj.cs
index b4267636971..2e1056d0bcb 100755
--- a/msvc/scripts/genproj.cs
+++ b/msvc/scripts/genproj.cs
@@ -832,7 +832,7 @@ public class MsbuildGenerator {
var profilesFolder = Path.GetFullPath ("../../mcs/build/profiles");
SourcesParser.TraceLevel = 0;
- return _SourcesParser = new SourcesParser (platformsFolder, profilesFolder);
+ return _SourcesParser = new SourcesParser (platformsFolder, profilesFolder, null);
}
private ParseResult ReadSources (string sourcesFileName) {