The runtime tests will be available at a later date.
Running library tests against Mono is straightforward regardless of configuration. Simply run the following commands:
- Build and set the RuntimeFlavor
./build.sh /p:RuntimeFlavor=mono
or on Windows
build.cmd /p:RuntimeFlavor=mono
-
cd into the test library of your choice (
cd src/libraries/<library>/tests
) -
Run the tests
dotnet msbuild /t:BuildAndTest /p:RuntimeFlavor=mono