diff options
| author | Qasim Javed <[email protected]> | 2018-04-23 00:39:12 -0700 |
|---|---|---|
| committer | Qasim Javed <[email protected]> | 2018-04-24 11:41:20 -0700 |
| commit | 6674a75bfbdf680d0a3648f44c6591ff5fc983cf (patch) | |
| tree | 76fe134f57f4150f572c25246b0285389eb6d389 /Makefile.am | |
| parent | Merge #13013: bench: Amend mempool_eviction test for witness txs (diff) | |
| download | discoin-6674a75bfbdf680d0a3648f44c6591ff5fc983cf.tar.xz discoin-6674a75bfbdf680d0a3648f44c6591ff5fc983cf.zip | |
[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 f554501b2..8a8debb07 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) |