Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 559 Bytes

testing.md

File metadata and controls

25 lines (18 loc) · 559 Bytes

Running Tests using Mono Runtime

Running Runtime Tests

The runtime tests will be available at a later date.

Running Library Tests

Running library tests against Mono is straightforward regardless of configuration. Simply run the following commands:

  1. Build and set the RuntimeFlavor
./build.sh /p:RuntimeFlavor=mono

or on Windows

build.cmd /p:RuntimeFlavor=mono
  1. cd into the test library of your choice (cd src/libraries/<library>/tests)

  2. Run the tests

dotnet msbuild /t:BuildAndTest /p:RuntimeFlavor=mono