diff options
author | Qasim Javed <qasimj@gmail.com> | 2018-04-23 00:39:12 -0700 |
---|---|---|
committer | Qasim Javed <qasimj@gmail.com> | 2018-04-24 11:41:20 -0700 |
commit | 6674a75bfbdf680d0a3648f44c6591ff5fc983cf (patch) | |
tree | 76fe134f57f4150f572c25246b0285389eb6d389 /Makefile.am | |
parent | a0079d4b6dc67be3889af9a16eda89b3c4b33bc5 (diff) |
[tests] Make rpcauth.py testable and add unit tests
refs #12995
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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) |