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 /src | |
parent | a0079d4b6dc67be3889af9a16eda89b3c4b33bc5 (diff) |
[tests] Make rpcauth.py testable and add unit tests
refs #12995
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.test.include | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index c4f18bb371..f7eb712089 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -156,6 +156,8 @@ bitcoin_test_clean : FORCE check-local: $(BITCOIN_TESTS:.cpp=.cpp.test) @echo "Running test/util/bitcoin-util-test.py..." $(PYTHON) $(top_builddir)/test/util/bitcoin-util-test.py + @echo "Running test/util/rpcauth-test.py..." + $(PYTHON) $(top_builddir)/test/util/rpcauth-test.py $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check if EMBEDDED_UNIVALUE $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C univalue check |