#!/bin/sh

set -e

exec 2>&1

make test

./test
