blob: 5ad17269416106e4b1189d70b3abee7f84186350 [file] [log] [blame]
#!/bin/bash
set -e
DIR=$(dirname "${BASH_SOURCE[0]}")
$DIR/build_sdk.sh
$DIR/test.sh
$DIR/browser_test.sh
$DIR/analyze.sh
echo "*** Presubmit finished"