Commit ce2068a5 authored by Lev Walkin's avatar Lev Walkin

fix builddir

parent c9b2f28b
...@@ -20,7 +20,7 @@ TESTS_ENVIRONMENT= \ ...@@ -20,7 +20,7 @@ TESTS_ENVIRONMENT= \
FUZZ_TIME="${FUZZ_TIME}" \ FUZZ_TIME="${FUZZ_TIME}" \
ASAN_ENV_FLAGS="@ASAN_ENV_FLAGS@" \ ASAN_ENV_FLAGS="@ASAN_ENV_FLAGS@" \
srcdir=${srcdir} \ srcdir=${srcdir} \
builddir=${builddir} \ abs_builddir=${abs_builddir} \
abs_top_srcdir=${abs_top_srcdir} \ abs_top_srcdir=${abs_top_srcdir} \
abs_top_builddir=${abs_top_builddir} \ abs_top_builddir=${abs_top_builddir} \
${srcdir}/check-bundles.sh ${srcdir}/check-bundles.sh
......
...@@ -29,9 +29,10 @@ usage() { ...@@ -29,9 +29,10 @@ usage() {
RNDTEMP="${RNDTEMP:-.tmp.random}" RNDTEMP="${RNDTEMP:-.tmp.random}"
srcdir="${srcdir:-.}" srcdir="${srcdir:-.}"
builddir="${builddir:-.}"
abs_top_srcdir="${abs_top_srcdir:-`pwd`/../../}" abs_top_srcdir="${abs_top_srcdir:-`pwd`/../../}"
abs_top_builddir="${abs_top_builddir:-`pwd`/../../}" abs_top_builddir="${abs_top_builddir:-`pwd`/../../}"
abs_builddir="${abs_builddir:-`pwd`}"
export abs_builddir
MAKE="${MAKE:-make}" MAKE="${MAKE:-make}"
FUZZ_TIME="${FUZZ_TIME:-10}" FUZZ_TIME="${FUZZ_TIME:-10}"
...@@ -141,7 +142,7 @@ get_param() { ...@@ -141,7 +142,7 @@ get_param() {
default="$2" default="$2"
asn="$3" asn="$3"
"${builddir}/test-param-helper" "${param}" "${default}" "${asn}" "${abs_builddir}/test-param-helper" "${param}" "${default}" "${asn}"
} }
# compile_and_test "<text>" "<where found>" # compile_and_test "<text>" "<where found>"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment