#!/bin/sh

if [ -f run-check.conf ]
then
	. ./run-check.conf
	export DBA_DB
fi

exec make check "$@"
