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 <wfrichar@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/363942
Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
This commit is contained in:
Bill Richardson
2016-07-27 14:11:22 -07:00
committed by chrome-bot
parent 2f256ad698
commit dcf9d709df

View File

@@ -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)=