Skip to content

Commit

Permalink
Add back documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed Jan 22, 2025
1 parent 2ee4b84 commit 3d0bbe2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Source/IntegrationTests/TestFiles/LitTests/LitTest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ will be flagged by CI, and should be fixed by either converting it to use
to flag it as intentionally inconsistent,
for tests of backend-specific externs for example.

If a platform is not supported, please use the following command:

```
// UNSUPPORTED: windows, macosx
```

You can specify one or multiple platforms separated by a comma among `windows`, `posix`, `macosx`

## Executing Tests from JetBrains Rider

You will likely find it more convenient to run tests from an IDE such as
Expand Down

0 comments on commit 3d0bbe2

Please sign in to comment.