We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92af71c commit a2a04a5Copy full SHA for a2a04a5
src/Makefile.test.include
@@ -174,8 +174,10 @@ bitcoin_test_clean : FORCE
174
rm -f $(CLEAN_BITCOIN_TEST) $(test_test_bitcoin_OBJECTS) $(TEST_BINARY)
175
176
check-local: $(BITCOIN_TESTS:.cpp=.cpp.test)
177
+if BUILD_BITCOIN_TX
178
@echo "Running test/util/bitcoin-util-test.py..."
179
$(PYTHON) $(top_builddir)/test/util/bitcoin-util-test.py
180
+endif
181
@echo "Running test/util/rpcauth-test.py..."
182
$(PYTHON) $(top_builddir)/test/util/rpcauth-test.py
183
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check
0 commit comments