Home
last modified time | relevance | path

Searched full:top_builddir (Results 1 – 8 of 8) sorted by relevance

/openthread-3.5.0/tests/toranj/
Dbuild.sh95 if [ -n "${top_builddir}" ]; then
97 mkdir -p "${top_builddir}"
100 top_builddir=.
108 cd "${top_builddir}" || die "cd failed"
121 cd "${top_builddir}" || die "cd failed"
128 …cp -p ${top_builddir}/examples/apps/ncp/ot-ncp-ftd ${top_builddir}/examples/apps/ncp/ot-ncp-ftd-15…
135 cd "${top_builddir}" || die "cd failed"
142 …cp -p ${top_builddir}/examples/apps/ncp/ot-ncp-ftd ${top_builddir}/examples/apps/ncp/ot-ncp-ftd-tr…
149 cd "${top_builddir}" || die "cd failed"
156 …cp -p ${top_builddir}/examples/apps/ncp/ot-ncp-ftd ${top_builddir}/examples/apps/ncp/ot-ncp-ftd-15…
[all …]
Dstart.sh124 if [ -z "${top_builddir}" ]; then
125 top_builddir=.
DREADME_CLI.md41 $ top_builddir=($pwd) TORANJ_CLI=1 ./tests/toranj/start.sh
/openthread-3.5.0/.github/workflows/
Dtoranj.yml78 top_builddir=$(pwd)/build/toranj ./tests/toranj/start.sh
109 top_builddir=$(pwd)/build/toranj ./tests/toranj/start.sh
/openthread-3.5.0/script/
Dtest250 export top_builddir="${OT_BUILDDIR}/openthread-simulation-${THREAD_VERSION}"
278 export top_builddir="${OT_BUILDDIR}/openthread-simulation-${THREAD_VERSION}"
/openthread-3.5.0/tests/scripts/thread-cert/
Dnode.py106 srcdir = os.environ['top_builddir']
592 if self.version != '1.1' and mode == 'mtd' and 'top_builddir' in os.environ:
593 srcdir = os.environ['top_builddir']
611 elif 'top_builddir' in os.environ:
612 srcdir = os.environ['top_builddir']
690 elif 'top_builddir' in os.environ:
691 srcdir = os.environ['top_builddir']
/openthread-3.5.0/tests/toranj/cli/
Dcli.py104 _OT_BUILDDIR = os.getenv('top_builddir', '../../..')
/openthread-3.5.0/tests/toranj/ncp/
Dwpan.py280 _OT_BUILDDIR = os.getenv('top_builddir', '../../..')