#!/bin/sh
# Run the repository's host/VM quality gate.

set -eu

ROOT="$(cd "$(dirname "$0")/.." && pwd)"

"$ROOT/scripts/check-wrapper"
"$ROOT/scripts/check-server"
"$ROOT/gradlew" --no-daemon :app:test :adb:test :app:lint
