#!/bin/sh

CURDIR=$(dirname `readlink -f $0`)
make -k -C ${CURDIR}/tests check-TESTS
