From 4c94c55bce9e1fae8fd2e8993726c8ec74cc0f7d Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Wed, 20 Oct 2021 17:04:48 +0200 Subject: [PATCH] doc: Remove obsolete hint for valgrind stack size Also don't mention exhaustive_tests without explanation. They're included in our test suite (`make check`) anyway. --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 7499f84..5fc07dd 100644 --- a/README.md +++ b/README.md @@ -66,18 +66,9 @@ libsecp256k1 is built using autotools: $ ./autogen.sh $ ./configure $ make - $ make check + $ make check # run the test suite $ sudo make install # optional -Exhaustive tests ------------ - - $ ./exhaustive_tests - -With valgrind, you might need to increase the max stack size: - - $ valgrind --max-stackframe=2500000 ./exhaustive_tests - Test coverage -----------