mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
Add some initial test cases.
Add the original simple test case and a case with different based cell values. Correct output asm files as well as stderr is captured. Signed-off-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
parent
af0278a3a0
commit
fd84d97dee
7 changed files with 511 additions and 0 deletions
6
tests/base01.stderr
Normal file
6
tests/base01.stderr
Normal file
|
@ -0,0 +1,6 @@
|
|||
DTC: dts->asm on file "tests/base01.dts"
|
||||
Line 26: Invalid cell value '123456789012345'; -1 assumed
|
||||
Line 27: Invalid cell value '891'; 0 assumed
|
||||
Line 28: Invalid cell value '123456123456'; -1 assumed
|
||||
ERROR: Missing /chosen node
|
||||
Input tree has errors
|
Loading…
Add table
Add a link
Reference in a new issue