From b5598b4c4d79b06d047f003d663b7fe69a93334f Mon Sep 17 00:00:00 2001 From: Ivan Efremov Date: Wed, 9 Jun 2021 21:20:50 +0300 Subject: Add valgrind build requirement for running tests (e.g. 'make test') --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 462f85b..6a65d6b 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ Build requirements: * `cmake` (v2 or above) * `apt install libjson-c-dev libcmocka-dev libssl-dev` *or* * `yum install json-c-devel libcmocka-devel openssl-devel` + * `valgrind` for testing To build: -- cgit v1.1