mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
tests: allow out-of-tree test run
meson runs out-of-tree, add absolute path location where necessary. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20191009102025.10179-3-marcandre.lureau@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
0d0d0fa51b
commit
aa522da9ff
9 changed files with 183 additions and 171 deletions
3
tests/fdtput-runtest.sh
Normal file → Executable file
3
tests/fdtput-runtest.sh
Normal file → Executable file
|
@ -6,7 +6,8 @@
|
|||
# Usage
|
||||
# fdtput-runtest.sh name expected_output dtb_file node property flags value
|
||||
|
||||
. ./testutils.sh
|
||||
SRCDIR=`dirname "$0"`
|
||||
. "$SRCDIR/testutils.sh"
|
||||
|
||||
LOG=tmp.log.$$
|
||||
EXPECT=tmp.expect.$$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue