From b9a48e387562028fd77e685d813ff491c8348069 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 7 Dec 2020 09:46:43 -0500 Subject: [PATCH] Useful breadcrumbs --- src/test/README.md | 3 +++ src/test/bitcoin-util-test.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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) -