Skip to content

Commit 0cd6ef8

Browse files
authored
Explain how to run C++ tests locally in CONTRIBUTING.md
Differential Revision: D67957088 Pull Request resolved: #7559
1 parent 2e24b4e commit 0cd6ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ If it's not clear how to add a test for your PR, take a look at the blame for
197197
the code you're modifying and find an author who has more context. Ask them
198198
for their help in the PR comments.
199199

200-
TODO: Explain how to run tests locally without needing to push and wait for CI.
200+
The `test/run_oss_cpp_tests.sh` script will build and run C++ tests locally.
201201

202202
### Continuous Integration
203203
See https://hud.pytorch.org/hud/pytorch/executorch/main for the current state of

0 commit comments

Comments
 (0)