etscrivner / rbsecp256k1

Compiled Ruby wrapper around libsecp256k1 for secp256k1 ECDSA.
The Unlicense
19 stars 13 forks source link

Add valgrind Memory Leak Checks #48

Closed etscrivner closed 5 years ago

etscrivner commented 5 years ago

Add the ability to run Valgrind's memcheck to check for memory leaks in when running the test suite.

Adds the following three new make targets:

These new make targets are used to create and run the valgrind tests as part of the normal test suite.