diff --git a/src/test/README.md b/src/test/README.md index 12899acdd..ab0002eda 100644 --- a/src/test/README.md +++ b/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 diff --git a/src/test/bitcoin-util-test.py b/src/test/bitcoin-util-test.py index f4aa5b3b3..e843a0524 100755 --- a/src/test/bitcoin-util-test.py +++ b/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) -