#!/bin/sh
set -ex

make VERBOSE=1
cd test
make VERBOSE=1
make VERBOSE=1 check
make VERBOSE=1 clean
