This project contains the unit tests used to ensure the correct operation of the Q# prelude and canon.
Open the QsharpLibraries.sln
solution in Visual Studio and select Tests → Run → All Tests... from the main menu.
This should open up the Visual Studio Test Explorer with a list of all tests provided with the Q# standard libraries and samples.
As tests are successfully completed, they should turn green.
For more details, see the Testing and debugging section of the developer's guide.