From f7b4e20821a4d435a259734555b330035fd1e279 Mon Sep 17 00:00:00 2001 From: CuleX Date: Fri, 4 Aug 2017 08:51:44 +0200 Subject: [PATCH] Document minimum libsodium version for test suite --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a0ab81..5b878ad 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ Test suite It should display a nice printout of all the tests, all starting with "OK". If you see "FAILURE" anywhere, something has gone very wrong -somewhere. Note: the fuzz tests depend on libsodium. Install it -before you run them. +somewhere. Note: the fuzz tests depend on libsodium 1.0.12 or above. +Install it before you run them. To run only the self contained tests, run -- 2.47.3