Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 929 Bytes

File metadata and controls

31 lines (23 loc) · 929 Bytes

Building the code

1. Clone the repository

  • Clone the repository using one of the following commands
    git clone https://github.com/Microsoft/axe-windows.git
    or
    git clone git@github.com:Microsoft/axe-windows.git
  • Select the created directory
    cd axe-windows

2. Open the solution in Visual Studio

  • Use the src/AxeWindows.sln file to open the solution.

3. Build and run unit tests

For details about how the code is organized, please visit the solution overview.

If you need more information on how to set up your development environment, please visit the development environment setup page.

Testing

We use the unit test framework from Visual Studio. Find more information in our FAQ section.