#!/bin/sh set -e ${MAKE-make} -f tests/tests.mk -j8 echo 'ok.'