summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2020-01-02 14:09:50 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2020-01-03 09:43:24 +0100
commitf0b41c5dc29f2715beed7ee93a62de65bcfc26d8 (patch)
tree30a00ff81896d09679b61776f65b6f2d9147e627 /README.md
parentacb025f0d20cda0e2173c822e7d4efa611cce396 (diff)
downloadgnutls-f0b41c5dc29f2715beed7ee93a62de65bcfc26d8.tar.gz
ecore cli: updated and rewritten to use libev
That removes a lot of code that was not necessary in the gnutls test suite. Resolves: #884 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 939324a5b8..3ee6c79671 100644
--- a/README.md
+++ b/README.md
@@ -87,10 +87,11 @@ and mbedtls.
* [dieharder](https://www.phy.duke.edu/~rgb/General/dieharder.php) (for testing PRNG)
* [lcov](https://linux-test-project.github.io/) (for code coverage)
* [util-linux](https://github.com/karelzak/util-linux) or just [lscpu](https://github.com/NanXiao/lscpu) (for CPU feature detection)
+* [libev](hhttp://software.schmorp.de/pkg/libev.html) (for testing)
Debian/Ubuntu:
```
-apt-get install -y valgrind nodejs softhsm2 datefudge lcov libssl-dev libcmocka-dev expect
+apt-get install -y valgrind nodejs softhsm2 datefudge lcov libssl-dev libcmocka-dev expect libev-dev
apt-get install -y dieharder openssl abigail-tools socat net-tools ppp lockfile-progs util-linux
```
@@ -102,7 +103,7 @@ apt-get install -y v libubsan0 libasan1
Fedora/RHEL:
```
-yum install -y valgrind libasan libasan-static libubsan nodejs softhsm datefudge lcov openssl-devel expect
+yum install -y valgrind libasan libasan-static libubsan nodejs softhsm datefudge lcov openssl-devel expect libev-devel
yum install -y dieharder mbedtls-utils openssl libabigail libcmocka-devel socat lockfile-progs util-linux
```