Skip to content

Commit

Permalink
Update testing documentation (#5504)
Browse files Browse the repository at this point in the history
### Description
Fixes a broken link in our testing documentation.

<!-- Is this a user-visible change? Remember to update RELEASE_NOTES.md
-->
<!-- Is this a bug fix for an issue visible in the latest release?
Mention this in the PR details and ensure a patch release is considered
-->

### How has this been tested?
[Can be tested here

](https://github.com/dafny-lang/dafny/blob/5c292792e4da0d59cadf6bbef034d2577ef6f4ea/Source/IntegrationTests/README.md)
<!-- Tests can be added to
`Source/IntegrationTests/TestFiles/LitTests/LitTest/` or to
`Source/*.Test/…` and run with `dotnet test` -->

<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT
license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
  • Loading branch information
stefan-aws committed Jun 12, 2024
1 parent f170784 commit 709edd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/IntegrationTests/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IntegrationTests

This .NET test project executes all of the LIT integration tests under the [`Test`](../../Test/) directory
This .NET test project executes all of the LIT integration tests under the [`LitTest`](TestFiles/LitTests/LitTest) directory
using the [xUnit-based LIT interpreter](../XUnitExtensions/).

0 comments on commit 709edd1

Please sign in to comment.