mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 00:51:29 +00:00
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:
committed by
chrome-bot
parent
2f256ad698
commit
dcf9d709df
@@ -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)=
|
||||
|
||||
Reference in New Issue
Block a user