Skip to content

Commit 20a7cc1

Browse files
nGolineCopilot
andcommitted
test: add missing objects to pass arm64 build
common/test/Makefile: add missing objects so it compiles on a clean slate Co-authored-by: Copilot <copilot@github.com>
1 parent 7167f44 commit 20a7cc1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

common/test/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ common/test/run-close_tx: \
142142
common/amount.o \
143143
common/close_tx.o \
144144
common/permute_tx.o \
145-
common/psbt_keypath.o
145+
common/psbt_keypath.o \
146+
common/pseudorand.o \
147+
wire/fromwire.o \
148+
wire/towire.o
146149

147150
check-units: $(COMMON_TEST_PROGRAMS:%=unittest/%)

0 commit comments

Comments
 (0)