diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f7519a1d7b62..b4e958d3b2a84 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,9 +45,13 @@ In order to run most of the available tests, one would need to run: `./tools/run_tests/run_tests.py` -If you want to run all the possible tests for any of the languages {c, c++, node, php, python}, do this: +If you want to run tests for any of the languages {c, c++, csharp, node, objc, php, python, ruby}, do this: -`./tools/run_tests/run_tests.py -l -c all` +`./tools/run_tests/run_tests.py -l ` + +To know about the list of available commands, do this: + +`./tools/run_tests/run_tests.py -h` ## Adding or removing source code