Useful breadcrumbs

This commit is contained in:
Duke Leto
2020-12-07 09:46:43 -05:00
parent 9d53ce4f46
commit b9a48e3875
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

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