aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-06-08 12:38:15 -0700
committerJosh Haberman <jhaberman@gmail.com>2017-03-06 10:42:27 -0800
commitf873d3213c6be8e041cf4d9de201834110247750 (patch)
tree67d98a0b35880b132f0e9fffc3c8a942b03133d8 /tests.sh
parent27b1f2b477b3d6ea4d6ee1fd492880818603382d (diff)
downloadprotobuf-f873d3213c6be8e041cf4d9de201834110247750.tar.gz
protobuf-f873d3213c6be8e041cf4d9de201834110247750.tar.bz2
protobuf-f873d3213c6be8e041cf4d9de201834110247750.zip
Added JavaScript conformance tests. All tests pass!
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh1
1 files changed, 1 insertions, 0 deletions
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() {