summaryrefslogtreecommitdiff
path: root/tools/dtoc/test/dtoc_test_invalid_driver.dts
AgeCommit message (Collapse)AuthorFilesLines
2021-03-22dtoc: Move test files into a test/ directorySimon Glass1-0/+15
It is confusing to have the test files in the same places as the implementation. Move them into a separate directory. Add a helper function for test_dtoc, to avoid repeating the same path. Signed-off-by: Simon Glass <sjg@chromium.org>