aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-22 17:28:39 +0000
committerOmar Polo <op@omarpolo.com>2021-01-22 17:28:39 +0000
commitdd8cc7d3ce41fbec3af6002a57fb28462cdb5263 (patch)
treec1cfcc3dcf9c256ce67de602d8701d30e843c754 /README.md
parentc421bd46ed48b27172a41691be49749883ca47c7 (diff)
mention testing in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index a171f37..387305e 100644
--- a/README.md
+++ b/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