X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/aec3e4eb82ab61699f1539ad7b62f4c3ecdbf4ea..93a31f9b884f8e8f3f7a7d50cf90ffd365a14f7c:/test/cleanup?ds=sidebyside diff --git a/test/cleanup b/test/cleanup index 82b22616..97d83411 100755 --- a/test/cleanup +++ b/test/cleanup @@ -5,12 +5,11 @@ # another "make check", you will get new binaries to test against. # -if [ -z "${MH_TEST_COMMON}" ]; then - echo "MH_TEST_COMMON not set; try running via 'make check'" +if test -z "${MH_OBJ_DIR}"; then + srcdir=`dirname $0`/.. + MH_OBJ_DIR=`cd $srcdir && pwd`; export MH_OBJ_DIR fi -. ${MH_TEST_COMMON} - -setup_test +. "$MH_OBJ_DIR/test/common.sh" rm -rf ${MH_INST_DIR}