rabbitmq-server/deps/rabbitmq_auth_backend_ldap/TESTING.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
534 B
Markdown
Raw Normal View History

2018-03-13 23:24:30 +08:00
# Running Tests
## The OpenLDAP Dependency
2016-02-03 07:37:35 +08:00
The testsuite depends on an OpenLDAP server. slapd(8) and the CLI must
be installed for it to work. However there is no need to configure the
server.
The testsuite takes care of starting its own server and configuring it.
It won't conflict with the system OpenLDAP server instance.
The testsuite needs the following modules to be available:
* `bdb`
* `memberof`
* `refint`
2018-03-13 23:24:30 +08:00
## Running All Suites
As with all other RabbitMQ subprojects,
``` sh
make tests
```
2018-03-13 23:24:30 +08:00
will run all test suites.