e45198c983
This commit adds test cases for commits "Correct overlay syntactic sugar for generating target-path fragments" and "Merge nodes with local target label references". It verifies that target path references are not resolved locally and that target label references that can be resolved locally are. Signed-off-by: Fredrik Markstrom <fredrik.markstrom@gmail.com> [dwg: Fixed some whitespace problems] Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
29 lines
364 B
Text
29 lines
364 B
Text
/*
|
|
* Copyright (c) 2016 NextThing Co
|
|
* Copyright (c) 2016 Free Electrons
|
|
* Copyright (c) 2016 Konsulko Inc.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
&test {
|
|
parent: new-node {
|
|
parent-property;
|
|
};
|
|
};
|
|
|
|
&parent {
|
|
new-merged-property;
|
|
new-merged-node {
|
|
new-property;
|
|
};
|
|
};
|
|
|
|
&{/} {
|
|
new-root-node {
|
|
new-root-node-property;
|
|
};
|
|
};
|