#!/bin/sh
# 20211211
# Jan Mojzis
# Public domain.

set -e

dir=`dirname "$0"`

cd "${dir}/../.."
make test
make clean

exit 0
