#!/bin/sh

set -e
cd "$(dirname "$0")/.."

bin/run-tests $@
