diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2020-01-02 14:09:50 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2020-01-03 09:43:24 +0100 |
commit | f0b41c5dc29f2715beed7ee93a62de65bcfc26d8 (patch) | |
tree | 30a00ff81896d09679b61776f65b6f2d9147e627 /README.md | |
parent | acb025f0d20cda0e2173c822e7d4efa611cce396 (diff) | |
download | gnutls-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.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 ``` |