From bb3e9ff8074d15f34015e1ebffb593d24ac291c3 Mon Sep 17 00:00:00 2001 From: lateminer <9951982+lateminer@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:42:44 +0100 Subject: [PATCH] ci: Adapt CI tests for Blackcoin (WIP) --- ci/test/06_script_b.sh | 2 +- src/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index 20464c3aea..c2e75c17c4 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -136,7 +136,7 @@ bash -c "${BASE_ROOT_DIR}/configure --cache-file=config.cache $BITCOIN_CONFIG_AL make distdir VERSION="$HOST" -cd "${BASE_BUILD_DIR}/bitcoin-$HOST" +cd "${BASE_BUILD_DIR}/blackcoin-$HOST" bash -c "./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG" || ( (cat config.log) && false) diff --git a/src/Makefile.am b/src/Makefile.am index 8a9df70465..63b1dc19ee 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -244,6 +244,7 @@ BITCOIN_CORE_H = \ policy/packages.h \ policy/policy.h \ policy/settings.h \ + pos.h \ pow.h \ prevector.h \ primitives/block.h \ @@ -463,6 +464,7 @@ libbitcoin_node_a_SOURCES = \ shutdown.cpp \ signet.cpp \ timedata.cpp \ + timedatadummy.cpp torcontrol.cpp \ txdb.cpp \ txmempool.cpp \