mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-09 04:02:11 +00:00
11 lines
202 B
Bash
Executable file
11 lines
202 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
# Build file to set up and run tests
|
|
|
|
# Change to repo root
|
|
cd $(dirname $0)/../../..
|
|
|
|
# Prepare worker environment to run tests
|
|
source kokoro/macos/prepare_build_macos_rc
|
|
|
|
./tests.sh cpp
|