build.sh 167 B

123456789
  1. #!/bin/bash
  2. #
  3. # Build file to set up and run tests
  4. # Change to repo root
  5. cd $(dirname $0)/../../..
  6. git submodule update --init --recursive
  7. bazel test :protobuf_test