Skip to content

Commit

Permalink
Tests | Split up manual tests into sets (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Pham committed Oct 27, 2021
1 parent 27c56af commit 78e8ebc
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 126 deletions.
5 changes: 5 additions & 0 deletions BUILDGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ msbuild -t:BuildTestsNetFx
# Build the tests for the .NET Framework (NetFx) driver in 'Debug' Configuration. Default .NET Framework version is 4.6.1.
```

```bash
msbuild -t:BuildTestsNetCore -p:TestSet=1
# Build a subset of the manual tests. Valid values: '1', '2', '3', 'AE'. Omit to build all tests.
```

## Run Functional Tests

- Windows (`netfx x86`):
Expand Down

0 comments on commit 78e8ebc

Please sign in to comment.