From 6a6931e4039d19e07708302d1239431b7b07bdff Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Wed, 8 Jan 2025 16:12:26 -0800 Subject: [PATCH] Explain how to run C++ tests locally in CONTRIBUTING.md Add breadcrumb to our script for running C++ tests locally. Differential Revision: [D67957088](https://our.internmc.facebook.com/intern/diff/D67957088/) ghstack-source-id: 260691014 Pull Request resolved: https://github.com/pytorch/executorch/pull/7559 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6af6939471..bd943c587b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -197,7 +197,7 @@ If it's not clear how to add a test for your PR, take a look at the blame for the code you're modifying and find an author who has more context. Ask them for their help in the PR comments. -TODO: Explain how to run tests locally without needing to push and wait for CI. +The `test/run_oss_cpp_tests.sh` script will build and run C++ tests locally. ### Continuous Integration See https://hud.pytorch.org/hud/pytorch/executorch/main for the current state of