mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 08:31:52 +00:00
Disable building test binaries for samus_pd
We are running out of RAM space for samus_pd. Let's disable test binaries for now. Note that this has nothing to do with unit tests. BUG=None TEST=make BOARD=samus_pd tests. Nothing happens. BRANCH=None Change-Id: I39db9b914e8539b4585a93a8732dc42248a9a6bf Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/209781 Reviewed-by: Alec Berg <alecaberg@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org> Commit-Queue: Alec Berg <alecaberg@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
51a53492ba
commit
7da0f8ff68
@@ -21,6 +21,10 @@ test-list-$(BOARD_SAMUS)=
|
||||
# Ryu has issues when building tests
|
||||
test-list-$(BOARD_RYU)=
|
||||
|
||||
# For some tests, we are running out of RAM for Samus PD. Disable them for
|
||||
# now.
|
||||
test-list-$(BOARD_SAMUS_PD)=
|
||||
|
||||
# Emulator tests
|
||||
test-list-host=mutex pingpong utils kb_scan kb_mkbp lid_sw power_button hooks
|
||||
test-list-host+=thermal flash queue kb_8042 extpwr_gpio console_edit system
|
||||
|
||||
Reference in New Issue
Block a user