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 -----------