From: David Levine Date: Fri, 8 Jul 2016 14:48:59 +0000 (-0400) Subject: Merge remote-tracking branch 'origin' into xoauth X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/2e04b8ea0e57e411665aa6a8814ff65db0d4cd2b?ds=inline;hp=--cc Merge remote-tracking branch 'origin' into xoauth --- 2e04b8ea0e57e411665aa6a8814ff65db0d4cd2b diff --cc test/common.sh.in index 802679a1,fc928134..1bf64c59 --- a/test/common.sh.in +++ b/test/common.sh.in @@@ -6,8 -6,8 +6,9 @@@ #### 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 "$MH_VERSION" && MH_VERSION="@VERSION@" test -z "$prefix" && prefix=@prefix@ test -z "$datarootdir" && datarootdir=@datarootdir@ test -z "$exec_prefix" && exec_prefix=@exec_prefix@