Skip to content

Commit

Permalink
doc: Remove obsolete hint for valgrind stack size
Browse files Browse the repository at this point in the history
Also don't mention exhaustive_tests without explanation. They're
included in our test suite (`make check`) anyway.
  • Loading branch information
real-or-random committed Dec 3, 2021
1 parent 5106226 commit 4c94c55
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------

Expand Down

0 comments on commit 4c94c55

Please sign in to comment.