3 # This exists so "make check" will always clean up the "inst" directory
4 # after a run, even if tests fail. That way if you fix a problem and do
5 # another "make check", you will get new binaries to test against.
8 if test -z "${MH_OBJ_DIR}"; then
10 MH_OBJ_DIR=`cd $srcdir && pwd`; export MH_OBJ_DIR
13 . "$MH_OBJ_DIR/test/common.sh"