From 6674a75bfbdf680d0a3648f44c6591ff5fc983cf Mon Sep 17 00:00:00 2001 From: Qasim Javed Date: Mon, 23 Apr 2018 00:39:12 -0700 Subject: [tests] Make rpcauth.py testable and add unit tests refs #12995 --- src/Makefile.test.include | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.test.include') 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 -- cgit v1.2.3