diff options
author | Bill Richardson <wfrichar@chromium.org> | 2016-07-27 14:11:22 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-07-28 20:19:53 -0700 |
commit | dcf9d709df927c8c5b9ae8d2bd35c40d5b6cedc9 (patch) | |
tree | 3ae60c355fbf5748e3c0a3faa0eaf65b85fb537f /test | |
parent | 2f256ad6982c55e18bc37e1b7e2e9e63b5d8e24b (diff) | |
download | chrome-ec-dcf9d709df927c8c5b9ae8d2bd35c40d5b6cedc9.tar.gz |
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>
Diffstat (limited to 'test')
-rw-r--r-- | test/build.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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)= |