#!/bin/sh

set -e

cd tests
./run_tests.py --verbose
