diff mbox series

[U-Boot] ARC: enable unit tests on development platforms

Message ID 20191108153109.4367-1-Eugeniy.Paltsev@synopsys.com
State Deferred
Delegated to: Alexey Brodkin
Headers show
Series [U-Boot] ARC: enable unit tests on development platforms | expand

Commit Message

Eugeniy Paltsev Nov. 8, 2019, 3:31 p.m. UTC
Enable unit tests on HSDK and AXS103 development platforms to
run it in verification flow.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
---
 configs/axs103_defconfig | 2 ++
 configs/hsdk_defconfig   | 2 ++
 2 files changed, 4 insertions(+)

Comments

Eugeniy Paltsev Nov. 28, 2019, 3:54 p.m. UTC | #1
Hi Alexey,

ping!

---
 Eugeniy Paltsev
Eugeniy Paltsev Dec. 4, 2019, 9:40 a.m. UTC | #2
Hi Alexey,

ping!

---
 Eugeniy Paltsev
Alexey Brodkin Dec. 4, 2019, 11:34 a.m. UTC | #3
Hi Eugeniy,

> ________________________________________
> From: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
> Sent: Friday, November 8, 2019 18:31
> To: uboot-snps-arc@synopsys.com; Alexey Brodkin
> Cc: u-boot@lists.denx.de; Eugeniy Paltsev
> Subject: [PATCH] ARC: enable unit tests on development platforms
> 
> Enable unit tests on HSDK and AXS103 development platforms to
> run it in verification flow.
> 
> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
> ---
>  configs/axs103_defconfig | 2 ++
>  configs/hsdk_defconfig   | 2 ++
>  2 files changed, 4 insertions(+)

Applied to u-boot-arc/next.

Thanks,
Alexey
diff mbox series

Patch

diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig
index 8255d9fa068..73a224fa145 100644
--- a/configs/axs103_defconfig
+++ b/configs/axs103_defconfig
@@ -59,3 +59,5 @@  CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_OHCI_GENERIC=y
 CONFIG_USB_STORAGE=y
 CONFIG_USE_PRIVATE_LIBGCC=y
+CONFIG_UNIT_TEST=y
+CONFIG_UT_TIME=y
diff --git a/configs/hsdk_defconfig b/configs/hsdk_defconfig
index e28ceae289c..c0b45513afd 100644
--- a/configs/hsdk_defconfig
+++ b/configs/hsdk_defconfig
@@ -63,3 +63,5 @@  CONFIG_USB_OHCI_GENERIC=y
 CONFIG_USB_STORAGE=y
 CONFIG_USE_PRIVATE_LIBGCC=y
 CONFIG_PANIC_HANG=y
+CONFIG_UNIT_TEST=y
+CONFIG_UT_TIME=y