dotnet/runtime

Consolidate testing guidelines

Open

#10.557 geöffnet am 21. Juni 2018

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (5.445 Forks)batch import
area-Infrastructuredocumentationhelp wanted

Repository-Metriken

Stars
 (17.886 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 12T 11h) (661 gemergte PRs in 30 T)

Beschreibung

There are multiple documents under https://github.com/dotnet/coreclr/tree/master/Documentation/building that describe how testing can be accomplished. These docs include building and running tests. However since we are using platform agnostic tools, the instructions should also be largely agnostic of platform. Minor command line differences, but that are basically limited to use the .sh vs .cmd file. There is a Workflow section under Documentation that has a placeholder file for this type of information - RunningTests.md.

Contributor Guide