Skip to content

Commit

Permalink
Fix test source links in TESTGUIDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwood committed Jun 2, 2016
1 parent b742a9d commit 4ce5de7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions TESTGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,17 @@ Default is `ci`

The F# tests are split as follows:

* [FSharp Suite](tests\fsharp) - Older suite with broad coverage of mainline compiler and runtime scenarios.
* [FSharp Suite](tests/fsharp) - Older suite with broad coverage of mainline compiler and runtime scenarios.

* [FSharpQA Suite](tests\fsharpqa\source) - Broad and deep coverage of a variety of compiler, runtime, and syntax scenarios.
* [FSharpQA Suite](tests/fsharpqa/Source) - Broad and deep coverage of a variety of compiler, runtime, and syntax scenarios.

* [FSharp.Core.Unittests](src\fsharp\FSharp.Core.Unittests) - Validation of the core F# types and the public surface area of `FSharp.Core.dll`.
* [FSharp.Core.Unittests](src/fsharp/FSharp.Core.Unittests) - Validation of the core F# types and the public surface area of `FSharp.Core.dll`.

* [FSharp.Compiler.Unittests](src\fsharp\FSharp.Compiler.Unittests) - Validation of compiler internals.
* [FSharp.Compiler.Unittests](src/fsharp/FSharp.Compiler.Unittests) - Validation of compiler internals.

* [VisualFSharp.UnitTests](vsintegration\src\unittests) - Visual F# Tools IDE Unit Test Suite
* [VisualFSharp.UnitTests](vsintegration/tests/unittests) - Visual F# Tools IDE Unit Test Suite
This suite exercises a wide range of behaviors in the F# Visual Studio project system and language service.


## More Details

### FSharp Suite
Expand Down

0 comments on commit 4ce5de7

Please sign in to comment.