From: David Levine Date: Fri, 8 Jul 2016 13:59:58 +0000 (-0400) Subject: export MH_TEST_DIR so that test/dist/test-dist can be run standalone. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/9288f7d18d7b05795f4bcf4e1a03c13adc1496c0?ds=inline;hp=--cc export MH_TEST_DIR so that test/dist/test-dist can be run standalone. --- 9288f7d18d7b05795f4bcf4e1a03c13adc1496c0 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@