Use compile-time constants instead of unnamed enumerations (remove "enum hack")
[bitcoinplatinum.git] / contrib / testgen / README.md
blob83624f443a7f9f71ba2a1f1c2dbc3d3a8297bc7d
1 ### TestGen ###
3 Utilities to generate test vectors for the data-driven Bitcoin tests.
5 Usage: 
7     gen_base58_test_vectors.py valid 50 > ../../src/test/data/base58_keys_valid.json
8     gen_base58_test_vectors.py invalid 50 > ../../src/test/data/base58_keys_invalid.json