diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-22 17:28:39 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-22 17:28:39 +0000 |
commit | dd8cc7d3ce41fbec3af6002a57fb28462cdb5263 (patch) | |
tree | c1cfcc3dcf9c256ce67de602d8701d30e843c754 /README.md | |
parent | c421bd46ed48b27172a41691be49749883ca47c7 (diff) |
mention testing in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 |