#!/bin/sh

if [ -f run-check.conf ]
then
	. run-check.conf
	export DBA_TEST_DSN DBA_TEST_USER DBA_TEST_PASS
fi

exec make check "$@"
