X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/942561da2455ee50a1eb82c8c4f2bdb5e25133d1..98c792e2effa2656e4fce979d6f6eec44d64131c:/test/common.sh.in?ds=inline diff --git a/test/common.sh.in b/test/common.sh.in index 74e5f632..fc928134 100644 --- a/test/common.sh.in +++ b/test/common.sh.in @@ -6,6 +6,7 @@ #### that they are set here so that individual tests can be run #### outside of make. Requires that MH_OBJ_DIR be set on entry. test -z "$MH_TEST_DIR" && MH_TEST_DIR="$MH_OBJ_DIR/test/testdir" +export MH_TEST_DIR test -z "$MH_INST_DIR" && MH_INST_DIR="${MH_TEST_DIR}/inst" test -z "$prefix" && prefix=@prefix@ test -z "$datarootdir" && datarootdir=@datarootdir@