commit | f873d3213c6be8e041cf4d9de201834110247750 | [log] [tgz] |
---|---|---|
author | Josh Haberman <[email protected]> | Wed Jun 08 12:38:15 2016 -0700 |
committer | Josh Haberman <[email protected]> | Mon Mar 06 10:42:27 2017 -0800 |
tree | 67d98a0b35880b132f0e9fffc3c8a942b03133d8 | |
parent | 27b1f2b477b3d6ea4d6ee1fd492880818603382d [diff] [blame] |
Added JavaScript conformance tests. All tests pass!
diff --git a/tests.sh b/tests.sh index 981d20c..a89f6df 100755 --- a/tests.sh +++ b/tests.sh
@@ -350,6 +350,7 @@ build_javascript() { internal_build_cpp cd js && npm install && npm test && cd .. + cd conformance && make test_nodejs && cd .. } generate_php_test_proto() {