Cosmetic: README.md: document how to run tests

Mention the setcap command, that makes external tests work.

Related: OS#4317
Change-Id: Idc18925f0b71164b52248ca9312b997681d15241
This commit is contained in:
Oliver Smith 2019-12-10 15:34:59 +01:00
parent fdd62daa66
commit 47ea18eb8e
1 changed files with 9 additions and 0 deletions

View File

@ -40,6 +40,15 @@ There are Debian, Ubuntu, Raspbian packages available via the excellent
Please see the *contrib/osmo-pcap-server.cfg* and *contrib/osmo-pcap-client.cfg*
file in the repository
## Running tests
In order to run all tests, do the following:
$ ./configure --enable-external-tests
$ make -j5
$ sudo setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' src/osmo-pcap-client
$ make check
## Wishlist/TODO
- [ ] Add non-blocking TLS (probably GNUtls) support between client and server.