aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Harsh Vardhan <harshvd95@gmail.com>2016-03-08 02:18:57 +0530
committerGravatar Harsh Vardhan <harshvd95@gmail.com>2016-03-08 02:18:57 +0530
commit67b05a2513d739c5ab8fc63829ef5fa0340dee59 (patch)
tree9051865efcbe8bb851d12bc21e441b47fea1f040 /CONTRIBUTING.md
parent2edea9ce815bc55a19bac8814f1a296c8173fcf0 (diff)
updates contributing.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md22
1 files changed, 19 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9423c46547..518ba2c480 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -36,9 +36,25 @@ 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:
-
-`./tools/run_tests/run_tests.py -l <lang> -c all`
+If you want to run tests for any of the languages {c, c++, node, php, python}, do this:
+
+`./tools/run_tests/run_tests.py -l <lang>`
+
+For list of available commands, refer to this:
+
+```
+run_tests.py [-h]
+ [-c {asan,asan-noleaks,basicprof,dbg,gcov,helgrind,memcheck,msan,mutrace,opt,stapprof,tsan,ubsan}]
+ [-n RUNS_PER_TEST] [-r REGEX] [-j JOBS] [-s SLOWDOWN] [-f]
+ [-t] [--newline_on_success]
+ [-l {all,c,c++,csharp,node,objc,php,python,ruby,sanity} [{all,c,c++,csharp,node,objc,php,python,ruby,sanity} ...]]
+ [-S] [--use_docker] [--allow_flakes]
+ [--arch {default,x86,x64}]
+ [--compiler {default,gcc4.4,gcc4.9,gcc5.3,vs2010,vs2013,vs2015}]
+ [--build_only] [--measure_cpu_costs]
+ [--update_submodules [UPDATE_SUBMODULES [UPDATE_SUBMODULES ...]]]
+ [-a ANTAGONISTS] [-x XML_REPORT]
+```
## Adding or removing source code