]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add TOP_SRCDIR to conf.sh.in and conf.sh.win32
authorMark Andrews <marka@isc.org>
Mon, 29 Jun 2020 23:43:27 +0000 (09:43 +1000)
committerMark Andrews <marka@isc.org>
Mon, 29 Jun 2020 23:50:45 +0000 (23:50 +0000)
bin/tests/system/conf.sh.in
bin/tests/system/conf.sh.win32

index 7934930fa6ad0a437c5b06e42c1dff6a8950ce34..532abca001c8649546b36154484ef4954f150a03 100644 (file)
@@ -16,6 +16,7 @@
 
 # Find the top of the BIND9 tree.
 TOP=@abs_top_builddir@
+TOP_SRCDIR=@abs_top_srcdir@
 
 # Provide TMPDIR variable for tests that need it.
 TMPDIR=${TMPDIR:-/tmp}
index be55dd8eda19bedda0426747889bddbb2aae4e16..1fa6c8f5e80c6c4bcf09e701c0a760f4b59891fb 100644 (file)
@@ -19,6 +19,7 @@ TOP=${SYSTEMTESTTOP:=.}/../../..
 
 # Make it absolute so that it continues to work after we cd.
 TOP=`cd $TOP && pwd`
+TOP_SRCDIR="$TOP"
 
 # This is the windows build. This disables certain tests cases
 # and changes some specific behaviors where necessary.