blob: c92c414b0ccabe47c7fd134092ace4f9eab10578 (
plain)
1
2
3
4
5
6
7
8
|
The wallet comes with a comprehensive test suite, but it requires some
configuration in order to test anything other than low-level utility
functions. To enable the full test suite, follow the instructions in:
* `tests/config/README`
* `perl/t/data/README`
Now, you can run the test suite with:
|