Browse Source

Useful breadcrumbs

pull/5/head
Duke Leto 3 years ago
parent
commit
b9a48e3875
  1. 3
      src/test/README.md
  2. 1
      src/test/bitcoin-util-test.py

3
src/test/README.md

@ -1,5 +1,8 @@
# Hush Unit tests
These tests were inherited from Bitcoin. For Hush-specific tests, see
the ./src/test-hush directory.
The sources in this directory are unit test cases. Boost includes a
unit testing framework, and since bitcoin already uses boost, it makes
sense to simply use this framework rather than require developers to

1
src/test/bitcoin-util-test.py

@ -11,4 +11,3 @@ import buildenv
if __name__ == '__main__':
bctest.bctester(os.environ["srcdir"] + "/test/data",
"bitcoin-util-test.json",buildenv)

Loading…
Cancel
Save