File tree Expand file tree Collapse file tree 2 files changed +71
-1
lines changed
swig_java/src/com/blockstream/test Expand file tree Collapse file tree 2 files changed +71
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,9 @@ SWIG_JAVA_TEST_DEPS = \
114114 $(sjs ) /$(cbt ) /test_mnemonic.class
115115
116116if 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
119121endif
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
366368if 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
369372endif
370373 $(AM_V_at)$(JAVA_TEST)test_bip32
You can’t perform that action at this time.
0 commit comments