#!/bin/sh

set -e

exec 2>&1

cd test
make yder_test

./yder_test
