aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2018-01-23 03:53:26 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2018-09-13 11:48:25 +0000
commita2a04a5abb347d52b3ef473f7c80c3c0ffc67a2f (patch)
tree0b5cf9dfaba178aaa614c2cb6e9f71fcd0c77244 /src/Makefile.test.include
parent92af71cea92f8a5185b44e63684b87da9d7ad8a8 (diff)
downloadbitcoin-a2a04a5abb347d52b3ef473f7c80c3c0ffc67a2f.tar.xz
Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabled
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index c4ee5f5fcc..90b977f093 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -174,8 +174,10 @@ bitcoin_test_clean : FORCE
rm -f $(CLEAN_BITCOIN_TEST) $(test_test_bitcoin_OBJECTS) $(TEST_BINARY)
check-local: $(BITCOIN_TESTS:.cpp=.cpp.test)
+if BUILD_BITCOIN_TX
@echo "Running test/util/bitcoin-util-test.py..."
$(PYTHON) $(top_builddir)/test/util/bitcoin-util-test.py
+endif
@echo "Running test/util/rpcauth-test.py..."
$(PYTHON) $(top_builddir)/test/util/rpcauth-test.py
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check