autotools: Don't regenerate Wycheproof header automatically
Pregenerated files that we distribute should not have dependencies in Makefile.am. For rationale, see the comments about the precomputed table files. See also https://github.com/bitcoin/bitcoin/pull/27445#issuecomment-1502994264 .
This commit is contained in:
parent
ec98fcedd5
commit
06c67dea9f
@ -255,8 +255,8 @@ EXTRA_DIST += tools/tests_wycheproof_generate.py
|
|||||||
|
|
||||||
TESTVECTORS = src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h
|
TESTVECTORS = src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h
|
||||||
|
|
||||||
src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h: src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json
|
src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h:
|
||||||
python3 tools/tests_wycheproof_generate.py $< > $@
|
python3 tools/tests_wycheproof_generate.py src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json > $@
|
||||||
|
|
||||||
testvectors: $(TESTVECTORS)
|
testvectors: $(TESTVECTORS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user