diff options
author | Aaron Durbin <adurbin@chromium.org> | 2015-06-03 13:59:02 -0500 |
---|---|---|
committer | ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> | 2015-06-03 22:27:45 +0000 |
commit | 460037b6e9bcf2583f8133d3139562a8c16f0dfc (patch) | |
tree | e0f4254d736f3201c657249f4ecec0c6ee383621 /test | |
parent | 904bf6f5758a301103e598a1514a2d9de1577c12 (diff) | |
download | chrome-ec-460037b6e9bcf2583f8133d3139562a8c16f0dfc.tar.gz |
glados: remove tests for glados
Without this change emerge fails. Hit the tests with
a big hammer.
TEST=emerge-glados chromeos-ec
BRANCH=None
BUG=None
Change-Id: Ieb8f380520f078f91d5a676e3e6fcc687d6050a5
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/275007
Reviewed-by: Alec Berg <alecaberg@chromium.org>
Diffstat (limited to 'test')
-rw-r--r-- | test/build.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/build.mk b/test/build.mk index 2742b371c4..e2652d4270 100644 --- a/test/build.mk +++ b/test/build.mk @@ -18,6 +18,11 @@ test-list-$(BOARD_SPRING)+=kb_scan stress # compile with it. Disable them for now. test-list-$(BOARD_SAMUS)= +# Glados board-specific chipset code, and the tests don't +# compile with it. Disable them for now. +test-list-$(BOARD_GLADOS)= +test-list-$(BOARD_GLADOS_PD)= + # Ryu has issues when building tests test-list-$(BOARD_RYU)= test-list-$(BOARD_RYU_P4P5)= |