mention testing in readme

This commit is contained in:
Omar Polo 2021-01-22 17:28:39 +00:00
parent c421bd46ed
commit dd8cc7d3ce
1 changed files with 11 additions and 1 deletions

View File

@ -63,7 +63,7 @@ and then run it with something along the lines of
ellipses used for brevity.
#### Local libretls
### Local libretls
This is **NOT** recommended, please try to port LibreSSL/LibreTLS to
your distribution of choice or use docker instead.
@ -81,6 +81,16 @@ then you can build `gmid` with
(Fedora requires also `-lpthread` for some reason)
### Testing
The regression suite requires python3 at the moment. Execute
make regress
to start the suite. Keep in mind that the suit will create files
inside the `regress` directory and bind the 10965 port.
## Architecture/Security considerations
gmid is composed by two processes: a listener and an executor. The