summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/run_tests_browser.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/run_tests_browser.js b/test/run_tests_browser.js
index 173f113..1681992 100644
--- a/test/run_tests_browser.js
+++ b/test/run_tests_browser.js
@@ -30,7 +30,9 @@ function testCore(coreName, cb) {
"ecdh_test.js",
"srp_test.js",
"srp_vectors.js",
- "ecc_conv.js"
+ "ecc_conv.js",
+ "ripemd160_test.js",
+ "ripemd160_vectors.js",
], i;
for (i=1; i<testFiles.length; i++) {