summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2017-03-11 11:22:55 +0300
committerMichael Klishin <michael@clojurewerkz.org>2017-03-22 23:38:02 +0300
commitb3340215f7a0ca1ca6d4207a10a18bf28bf2c469 (patch)
treedc2f5b2eb9a33201140f33cea9beb78ee6888d31
parent98a118e54f1c02512e99e06716a97af5fcef4e78 (diff)
downloadrabbitmq-server-git-b3340215f7a0ca1ca6d4207a10a18bf28bf2c469.tar.gz
Document new make targets that run tests
-rw-r--r--CONTRIBUTING.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 45bbcbe62e..5318312b14 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -25,6 +25,25 @@ 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
+
+
## Contributor Agreement
If you want to contribute a non-trivial change, please submit a signed copy of our