Skip to content

Commit 349236e

Browse files
committed
java: add a test for tx_get_input_signature_hash
Co-authored-by: @araspitzu
1 parent a90aa3c commit 349236e

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

src/Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ SWIG_JAVA_TEST_DEPS = \
114114
$(sjs)/$(cbt)/test_mnemonic.class
115115

116116
if BUILD_ELEMENTS
117-
SWIG_JAVA_TEST_DEPS += $(sjs)/$(cbt)/test_assets.class \
117+
SWIG_JAVA_TEST_DEPS += \
118+
$(sjs)/$(cbt)/test_assets.class \
119+
$(sjs)/$(cbt)/test_elements_tx.class \
118120
$(sjs)/$(cbt)/test_pegs.class
119121
endif
120122

@@ -365,6 +367,7 @@ check-swig-java: $(SWIG_JAVA_TEST_DEPS)
365367
$(AM_V_at)! grep 'native Object wally_' $(sjs)/$(cblw)/Wally.java # Unwrapped Java calls
366368
if BUILD_ELEMENTS
367369
$(AM_V_at)$(JAVA_TEST)test_assets
370+
$(AM_V_at)$(JAVA_TEST)test_elements_tx
368371
$(AM_V_at)$(JAVA_TEST)test_pegs
369372
endif
370373
$(AM_V_at)$(JAVA_TEST)test_bip32

0 commit comments

Comments
 (0)