Skip to content

Commit 7e977b3

Browse files
autotools: Take VPATH builds into account when generating testvectors
1 parent 2418d32 commit 7e977b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ TESTVECTORS = src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h
227227

228228
src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h:
229229
mkdir -p $(@D)
230-
python3 tools/tests_wycheproof_generate.py src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json > $@
230+
python3 $(top_srcdir)/tools/tests_wycheproof_generate.py $(top_srcdir)/src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json > $@
231231

232232
testvectors: $(TESTVECTORS)
233233

0 commit comments

Comments
 (0)