blob: 6b55ab1a47f9637ad1fe1267bb446984b5473a93 [file] [log] [blame]
#!/bin/bash
#
# Build file to set up and run tests
set -ex
# Change to repo root
cd $(dirname $0)/../../..
git submodule update --init --recursive
bazel test :protobuf_test --copt=-Werror --host_copt=-Werror
cd examples
bazel build :all