commit dd8cc7d3ce41fbec3af6002a57fb28462cdb5263 from: Omar Polo date: Fri Jan 22 17:28:39 2021 UTC mention testing in readme commit - c421bd46ed48b27172a41691be49749883ca47c7 commit + dd8cc7d3ce41fbec3af6002a57fb28462cdb5263 blob - a171f3722f383178cc7d0e602a1559e85c2c1566 blob + 387305ebbd4bd334e2dc96be5e05d840b110ff0d --- README.md +++ README.md @@ -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