]> Git Repo - secp256k1.git/commit
Fix ability to compile tests without -DVERIFY.
authorGregory Maxwell <[email protected]>
Sat, 25 May 2019 21:49:45 +0000 (21:49 +0000)
committerGregory Maxwell <[email protected]>
Sat, 25 May 2019 21:49:45 +0000 (21:49 +0000)
commitdcf392027b3d8b551a1a4fa2e31356504ca4b431
tree1f4a8b343e1b28724ee10108cfab4fdd92bfa53f
parenta484e0008bc9d27e5f8384813958aaba385ee000
Fix ability to compile tests without -DVERIFY.

Broken by 3f3964e4.

It's important that the tests are also run without -DVERIFY due to
 the possibility that side-effects of a VERIFY_CHECK fix a bug that
 would otherwise be detected.

Use of the verify_check macro in tests isn't sufficient.
src/tests.c
This page took 0.024749 seconds and 4 git commands to generate.