summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@chromium.org>2018-05-24 15:40:41 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-05-24 19:30:22 -0700
commit1d2c13a1630a1a6222411e1c03186cb9b1f576e0 (patch)
tree29188647563b34d5b72b30146061a658df933c63 /test/build.mk
parentae82b79667d227d58675cbf73fa032d6bead098f (diff)
downloadchrome-ec-stabilize-10718.111.B.tar.gz
BRANCH=poppy BUG=b:35647963 BUG=b:77608104 TEST=make run-rsa run-rsa3 TEST=make BOARD=hammer test-rsa3, test on board Change-Id: Id4bd8d5f550dbc6569d88ced114849b3b6411b2f Signed-off-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1071410 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build.mk b/test/build.mk
index 449c0773a1..dd840f7802 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -11,7 +11,7 @@ test-list-y=pingpong timer_calib timer_dos timer_jump mutex utils utils_str
test-list-$(BOARD_BDS)+=
-test-list-$(BOARD_HAMMER)+=entropy
+test-list-$(BOARD_HAMMER)+=entropy rsa3
# Samus has board-specific chipset code, and the tests don't
# compile with it. Disable them for now.