Skip to content

Commit d32536a

Browse files
committed
JS: Add missing tests to makefile
1 parent 4a84644 commit d32536a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,17 +368,19 @@ endif
368368
if USE_JS_WRAPPERS
369369
if 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
372373
endif
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
382384
endif
383385
endif # SHARED_BUILD_ENABLED
384386
endif # RUN_TESTS

0 commit comments

Comments
 (0)