From 6c74d1b83224a5be8ce73a13ed9b4cc8f8d6723a Mon Sep 17 00:00:00 2001 From: Walter Lozano Date: Tue, 28 Jul 2020 19:06:23 -0300 Subject: dtoc: add coverage test for unicode error Add an additional test to dtoc in order improve the coverage, specifically to take into account the case of unicode error when scanning drivers. Signed-off-by: Walter Lozano --- tools/dtoc/dtoc_test_scan_drivers.cxx | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/dtoc/dtoc_test_scan_drivers.cxx (limited to 'tools/dtoc/dtoc_test_scan_drivers.cxx') diff --git a/tools/dtoc/dtoc_test_scan_drivers.cxx b/tools/dtoc/dtoc_test_scan_drivers.cxx new file mode 100644 index 0000000000..557c692ba2 --- /dev/null +++ b/tools/dtoc/dtoc_test_scan_drivers.cxx @@ -0,0 +1 @@ +U_BOOT_DRIVER_ALIAS(sandbox_gpio, sandbox_gpio_alias2) -- cgit