diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-03-10 08:39:11 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-03-10 08:39:11 -0800 |
commit | 01dd7fe68b0e4874c4bbbd42dd08c42e323dc625 (patch) | |
tree | ef9493ea38d2adb5bd6d595b7c36100ace891799 | |
parent | 9a1de8d2d8cd6f1982060e1b212e4596dffdb246 (diff) | |
parent | cbdd9844f9cd42123ee6334e8f2aa1b49c500c27 (diff) |
Merge pull request #5628 from royalharsh/master
Fixes #5561
-rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f7519a1d7..b4e958d3b2 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 <lang> -c all` +`./tools/run_tests/run_tests.py -l <lang>` + +To know about the list of available commands, do this: + +`./tools/run_tests/run_tests.py -h` ## Adding or removing source code |