Update README-tests

This commit is contained in:
Michael Klishin 2016-02-02 15:38:27 -08:00
parent 48f4be6926
commit 31496fb888
1 changed files with 4 additions and 3 deletions

View File

@ -4,10 +4,11 @@ The tests *require* a locally installed LDAP server with some
predefined objects inside. If there's no LDAP server running on port
389, they will be skipped.
On Debian / Ubuntu you can just:
On a Debian-based distro you can set up a LDAP server
and run the tests with:
$ ./example/setup.sh
$ make test
./example/setup.sh
make tests
but be aware that this will wipe out your local OpenLDAP installation.