diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2017-03-13 21:13:52 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2017-03-13 21:13:52 +0300 |
| commit | c87f3acd4fd23e1204e30ad021c65aa8655e3dd3 (patch) | |
| tree | 17641851081e7d90e3ca8451dcdb82ec48f301b9 /CONTRIBUTING.md | |
| parent | 5efbb8907d8681422a66239cb4a5d14e1585a9a1 (diff) | |
| parent | 78545e1e4683add09c7e0c88d026c24eee5783e4 (diff) | |
| download | rabbitmq-server-git-c87f3acd4fd23e1204e30ad021c65aa8655e3dd3.tar.gz | |
Merge branch 'master' into rabbitmq-cli-178
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 25 |
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 |
