]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Move test files into a test/ directory
authorSimon Glass <sjg@chromium.org>
Wed, 3 Feb 2021 13:00:56 +0000 (06:00 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:27 +0000 (19:23 +1300)
commitdff51a524c873673fc19f31927ba25445784fb35
tree9d92e056aee4a6e1aa69016cb114d2931f67bfe8
parentacf5cb88b403540408e87d078d916269df371584
dtoc: Move test files into a test/ directory

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>
23 files changed:
tools/dtoc/test/dtoc_test.dts [moved from tools/dtoc/dtoc_test.dts with 100% similarity]
tools/dtoc/test/dtoc_test_add_prop.dts [moved from tools/dtoc/dtoc_test_add_prop.dts with 100% similarity]
tools/dtoc/test/dtoc_test_addr32.dts [moved from tools/dtoc/dtoc_test_addr32.dts with 100% similarity]
tools/dtoc/test/dtoc_test_addr32_64.dts [moved from tools/dtoc/dtoc_test_addr32_64.dts with 100% similarity]
tools/dtoc/test/dtoc_test_addr64.dts [moved from tools/dtoc/dtoc_test_addr64.dts with 100% similarity]
tools/dtoc/test/dtoc_test_addr64_32.dts [moved from tools/dtoc/dtoc_test_addr64_32.dts with 100% similarity]
tools/dtoc/test/dtoc_test_aliases.dts [moved from tools/dtoc/dtoc_test_aliases.dts with 100% similarity]
tools/dtoc/test/dtoc_test_bad_reg.dts [moved from tools/dtoc/dtoc_test_bad_reg.dts with 100% similarity]
tools/dtoc/test/dtoc_test_bad_reg2.dts [moved from tools/dtoc/dtoc_test_bad_reg2.dts with 100% similarity]
tools/dtoc/test/dtoc_test_driver_alias.dts [moved from tools/dtoc/dtoc_test_driver_alias.dts with 100% similarity]
tools/dtoc/test/dtoc_test_empty.dts [moved from tools/dtoc/dtoc_test_empty.dts with 100% similarity]
tools/dtoc/test/dtoc_test_invalid_driver.dts [moved from tools/dtoc/dtoc_test_invalid_driver.dts with 100% similarity]
tools/dtoc/test/dtoc_test_phandle.dts [moved from tools/dtoc/dtoc_test_phandle.dts with 100% similarity]
tools/dtoc/test/dtoc_test_phandle_bad.dts [moved from tools/dtoc/dtoc_test_phandle_bad.dts with 100% similarity]
tools/dtoc/test/dtoc_test_phandle_bad2.dts [moved from tools/dtoc/dtoc_test_phandle_bad2.dts with 100% similarity]
tools/dtoc/test/dtoc_test_phandle_cd_gpios.dts [moved from tools/dtoc/dtoc_test_phandle_cd_gpios.dts with 100% similarity]
tools/dtoc/test/dtoc_test_phandle_reorder.dts [moved from tools/dtoc/dtoc_test_phandle_reorder.dts with 100% similarity]
tools/dtoc/test/dtoc_test_phandle_single.dts [moved from tools/dtoc/dtoc_test_phandle_single.dts with 100% similarity]
tools/dtoc/test/dtoc_test_scan_drivers.cxx [moved from tools/dtoc/dtoc_test_scan_drivers.cxx with 100% similarity]
tools/dtoc/test/dtoc_test_simple.dts [moved from tools/dtoc/dtoc_test_simple.dts with 100% similarity]
tools/dtoc/test_dtoc.py
tools/dtoc/test_fdt.py
tools/dtoc/test_src_scan.py