Skip to content

Commit

Permalink
autotools: Use same conventions for all pregenerated files
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Apr 14, 2023
1 parent c8e4d29 commit 6114fd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -224,14 +224,17 @@ clean-precomp:
rm -f $(PRECOMP)

### Pregenerated test vectors
### (see the comments in the previous section for detailed rationale)
TESTVECTORS = src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h

src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h:
python3 tools/tests_wycheproof_generate.py src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json > $@

testvectors: $(TESTVECTORS)

maintainer-clean-testvectors: clean-testvectors
BUILT_SOURCES += $(TESTVECTORS)

maintainer-clean-local: clean-testvectors

clean-testvectors:
rm -f $(TESTVECTORS)
Expand Down

0 comments on commit 6114fd7

Please sign in to comment.