mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
tests: Rename tests.sh to testutils.sh
tests.sh has a bunch of shell setup that's sourced in a number of other scripts. It _doesn't_ actually run a bunch of tests, which is kind of what the name suggests. So rename it to be more obvious. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
c5d45188f9
commit
00f9febf9c
9 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
# Usage
|
||||
# fdtoverlay-runtest.sh name expected_output dtb_file node property flags value
|
||||
|
||||
. ./tests.sh
|
||||
. ./testutils.sh
|
||||
|
||||
LOG=tmp.log.$$
|
||||
EXPECT=tmp.expect.$$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue