aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorQasim Javed <qasimj@gmail.com>2018-04-23 00:39:12 -0700
committerQasim Javed <qasimj@gmail.com>2018-04-24 11:41:20 -0700
commit6674a75bfbdf680d0a3648f44c6591ff5fc983cf (patch)
tree76fe134f57f4150f572c25246b0285389eb6d389 /Makefile.am
parenta0079d4b6dc67be3889af9a16eda89b3c4b33bc5 (diff)
downloadbitcoin-6674a75bfbdf680d0a3648f44c6591ff5fc983cf.tar.xz
[tests] Make rpcauth.py testable and add unit tests
refs #12995
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f554501b2e..8a8debb079 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -269,7 +269,8 @@ EXTRA_DIST += \
test/util/data/txcreatescript4.json \
test/util/data/txcreatesignv1.hex \
test/util/data/txcreatesignv1.json \
- test/util/data/txcreatesignv2.hex
+ test/util/data/txcreatesignv2.hex \
+ test/util/rpcauth-test.py
CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER)