Add exhaustive test for extrakeys and schnorrsig

This commit is contained in:
Pieter Wuille
2020-09-04 18:58:25 -07:00
parent 08d7d89299
commit 8b7dcdd955
5 changed files with 290 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
include_HEADERS += include/secp256k1_schnorrsig.h
noinst_HEADERS += src/modules/schnorrsig/main_impl.h
noinst_HEADERS += src/modules/schnorrsig/tests_impl.h
noinst_HEADERS += src/modules/schnorrsig/tests_exhaustive_impl.h
if USE_BENCHMARK
noinst_PROGRAMS += bench_schnorrsig
bench_schnorrsig_SOURCES = src/bench_schnorrsig.c