summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2017-03-11 11:24:45 +0300
committerMichael Klishin <mklishin@pivotal.io>2017-03-11 11:24:45 +0300
commitc49d63ce36df698128df2679c6a4acf754f5a061 (patch)
treebd50a8e9d82b8017353490d073b20b2354a646b0
parent0e2f2ad5b4411ecbd7ae838feeb42965fd4ca04e (diff)
parentf3798d4b86a5b7edd6d9c30e20b169d666c7e511 (diff)
downloadrabbitmq-server-git-c49d63ce36df698128df2679c6a4acf754f5a061.tar.gz
Merge branch 'stable'
-rw-r--r--CONTRIBUTING.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 45bbcbe62e..daaea42b18 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -25,6 +25,31 @@ of their opinion on [RabbitMQ mailing list](https://groups.google.com/forum/#!fo
See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md).
+## Running Tests
+
+To run a "fast suite" (a subset of tests):
+
+ make ct-fast
+
+To run a "slow suite" (a subset of tests that take much longer to run):
+
+ make ct-slow
+
+To run a particular suite:
+
+ make ct-$suite_name
+
+for example, to run the `backing_queue` suite:
+
+ make ct-backing_queue
+
+Finally,
+
+ make tests
+
+will run all suites.
+
+
## Contributor Agreement
If you want to contribute a non-trivial change, please submit a signed copy of our