mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
10 lines
167 B
Bash
Executable File
10 lines
167 B
Bash
Executable File
#!/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
|