1ffe3c632Sopenharmony_ci#!/bin/bash 2ffe3c632Sopenharmony_ci# 3ffe3c632Sopenharmony_ci# Build file to set up and run tests 4ffe3c632Sopenharmony_ci 5ffe3c632Sopenharmony_ci# Change to repo root 6ffe3c632Sopenharmony_cicd $(dirname $0)/../../.. 7ffe3c632Sopenharmony_ci 8ffe3c632Sopenharmony_ci# Prepare worker environment to run tests 9ffe3c632Sopenharmony_cisource kokoro/macos/prepare_build_macos_rc 10ffe3c632Sopenharmony_ci 11ffe3c632Sopenharmony_ci./tests.sh php7.3_mac 12