File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -368,17 +368,19 @@ endif
368368if USE_JS_WRAPPERS
369369if BUILD_ELEMENTS
370370 $(AM_V_at)wrap_js/node_modules/.bin/tape wrap_js/test/test_assets.js
371+ $(AM_V_at)wrap_js/node_modules/.bin/tape wrap_js/test/test_confidential_address.js
371372 $(AM_V_at)wrap_js/node_modules/.bin/tape wrap_js/test/test_unblind.js
372373endif
373374 $(AM_V_at)wrap_js/node_modules/.bin/tape wrap_js/test/test_aes.js
374375 $(AM_V_at)wrap_js/node_modules/.bin/tape wrap_js/test/test_base58.js
375376 $(AM_V_at)wrap_js/node_modules/.bin/tape wrap_js/test/test_bech32.js
377+ $(AM_V_at)wrap_js/node_modules/.bin/tape wrap_js/test/test_binding.js
376378 $(AM_V_at)wrap_js/node_modules/.bin/tape wrap_js/test/test_bip32.js
377379 $(AM_V_at)wrap_js/node_modules/.bin/tape wrap_js/test/test_bip38.js
378380 $(AM_V_at)wrap_js/node_modules/.bin/tape wrap_js/test/test_bip39.js
379381 $(AM_V_at)wrap_js/node_modules/.bin/tape wrap_js/test/test_hash.js
380- $(AM_V_at)wrap_js/node_modules/.bin/tape wrap_js/test/test_scrypt.js
381382 $(AM_V_at)wrap_js/node_modules/.bin/tape wrap_js/test/test_script.js
383+ $(AM_V_at)wrap_js/node_modules/.bin/tape wrap_js/test/test_scrypt.js
382384endif
383385endif # SHARED_BUILD_ENABLED
384386endif # RUN_TESTS
You can’t perform that action at this time.
0 commit comments