Useful breadcrumbs
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# Hush Unit tests
|
# 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
|
The sources in this directory are unit test cases. Boost includes a
|
||||||
unit testing framework, and since bitcoin already uses boost, it makes
|
unit testing framework, and since bitcoin already uses boost, it makes
|
||||||
sense to simply use this framework rather than require developers to
|
sense to simply use this framework rather than require developers to
|
||||||
|
|||||||
@@ -11,4 +11,3 @@ import buildenv
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
bctest.bctester(os.environ["srcdir"] + "/test/data",
|
bctest.bctester(os.environ["srcdir"] + "/test/data",
|
||||||
"bitcoin-util-test.json",buildenv)
|
"bitcoin-util-test.json",buildenv)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user