From dcf9d709df927c8c5b9ae8d2bd35c40d5b6cedc9 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Wed, 27 Jul 2016 14:11:22 -0700 Subject: [PATCH] Cr50: Don't build native tests for this target The ancient native tests can't deal with board-specific configurations, don't build them. We run generic changes with host tests and board-specific cases by running on real hardware. BUG=chrome-os-partner:55705 BRANCH=none TEST=make BOARD=cr50 tests; make buildall; test on Cr50 hardware Change-Id: I5eb7229ca9df16293d6f0f84b474d4c992277baf Signed-off-by: Bill Richardson Reviewed-on: https://chromium-review.googlesource.com/363942 Reviewed-by: Vadim Bendebury --- test/build.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/build.mk b/test/build.mk index 5ff20b3afb..a31bb436d4 100644 --- a/test/build.mk +++ b/test/build.mk @@ -22,6 +22,9 @@ test-list-$(BOARD_RYU)= # llama has issues when building tests test-list-$(BOARD_LLAMA)= +# So does Cr50 +test-list-$(BOARD_CR50)= + # For some tests, we are running out of RAM. Disable them for now. test-list-$(BOARD_GLADOS_PD)= test-list-$(BOARD_CHELL_PD)=