aboutsummaryrefslogtreecommitdiffhomepage
path: root/kokoro/linux/bazel/build.sh
blob: d8aea724760161d658064a0b8d20366d333ea6f8 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
#
# Build file to set up and run tests

# Change to repo root
cd $(dirname $0)/../../..

git submodule update --init --recursive
bazel test :protobuf_test