We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2418d32 commit 7e977b3Copy full SHA for 7e977b3
Makefile.am
@@ -227,7 +227,7 @@ TESTVECTORS = src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h
227
228
src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h:
229
mkdir -p $(@D)
230
- 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 > $@
231
232
testvectors: $(TESTVECTORS)
233
0 commit comments