autotools: Take VPATH builds into account when generating testvectors
This commit is contained in:
parent
2418d3260a
commit
7e977b3c50
@ -227,7 +227,7 @@ TESTVECTORS = src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h
|
|||||||
|
|
||||||
src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h:
|
src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h:
|
||||||
mkdir -p $(@D)
|
mkdir -p $(@D)
|
||||||
python3 tools/tests_wycheproof_generate.py src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json > $@
|
python3 $(top_srcdir)/tools/tests_wycheproof_generate.py $(top_srcdir)/src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json > $@
|
||||||
|
|
||||||
testvectors: $(TESTVECTORS)
|
testvectors: $(TESTVECTORS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user