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.
This commit is contained in:
Tim Ruffing 2021-10-20 17:04:48 +02:00
parent 5106226991
commit 4c94c55bce
1 changed files with 1 additions and 10 deletions

View File

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