aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests.sh
diff options
context:
space:
mode:
authorGravatar Joshua Haberman <jhaberman@gmail.com>2017-03-27 12:03:09 -0700
committerGravatar GitHub <noreply@github.com>2017-03-27 12:03:09 -0700
commitc565e25c7d5f2265b103d78b3796bb8822d6c1b5 (patch)
tree5deafe0ddfc42660f0ea0f965cbb7ced2b01f8b7 /tests.sh
parent7610f101e89f72357646aad0f9c5e8025de8cb84 (diff)
parent1b0db1cb83f09794632e8c24a1d0d1f0ca5b2365 (diff)
Merge pull request #1662 from haberman/jsconformance
Conformance tests for JavaScript (Node.js). 15 tests are failing.
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 f562a8c6..68ba7cc7 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() {