Skip to content

Commit 7bc5677

Browse files
Document new make targets that run tests
1 parent aa28020 commit 7bc5677

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,25 @@ of their opinion on [RabbitMQ mailing list](https://groups.google.com/forum/#!fo
2525
See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md).
2626

2727

28+
## Running Tests
29+
30+
To run a "fast suite" (a subset of tests):
31+
32+
make ct-fast
33+
34+
To run a "slow suite" (a subset of tests that take much longer to run):
35+
36+
make ct-slow
37+
38+
To run a particular suite:
39+
40+
make ct-$suite_name
41+
42+
for example, to run the `backing_queue` suite:
43+
44+
make ct-backing_queue
45+
46+
2847
## Contributor Agreement
2948

3049
If you want to contribute a non-trivial change, please submit a signed copy of our

0 commit comments

Comments
 (0)