From f873d3213c6be8e041cf4d9de201834110247750 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Wed, 8 Jun 2016 12:38:15 -0700 Subject: Added JavaScript conformance tests. All tests pass! --- tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index 981d20cc..a89f6dfc 100755 --- a/tests.sh +++ b/tests.sh @@ -350,6 +350,7 @@ build_ruby_all() { build_javascript() { internal_build_cpp cd js && npm install && npm test && cd .. + cd conformance && make test_nodejs && cd .. } generate_php_test_proto() { -- cgit v1.2.3