summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@google.com>2016-11-09 14:06:01 +0800
committerchrome-bot <chrome-bot@chromium.org>2016-11-10 21:28:29 -0800
commitd7178e9b5faddabbfc5cdf2223bd5b865c58338e (patch)
tree070b67c34939f73b4d24e821e2c4b17b457877fe /test/build.mk
parentef0f355e476b02dc74d99c25881d77488798e9bc (diff)
downloadchrome-ec-d7178e9b5faddabbfc5cdf2223bd5b865c58338e.tar.gz
test/rsa: Add test for RSA with public exponent 3
This tests RSA 2048 with public exponent 3. BRANCH=none BUG=chromium:663631 TEST=make run-rsa3 Change-Id: I979ad4a23de6baba63aba037d2713b74fed4737f Reviewed-on: https://chromium-review.googlesource.com/408130 Commit-Ready: Nicolas Boichat <drinkcat@chromium.org> Tested-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/build.mk b/test/build.mk
index 16c78c818a..cc2c369c9f 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -42,7 +42,7 @@ test-list-host+=bklight_lid bklight_passthru interrupt timer_dos button
test-list-host+=math_util motion_lid sbs_charging_v2 battery_get_params_smart
test-list-host+=lightbar inductive_charging usb_pd fan charge_manager
test-list-host+=charge_manager_drp_charging charge_ramp
-test-list-host+=rsa
+test-list-host+=rsa rsa3
endif
battery_get_params_smart-y=battery_get_params_smart.o
@@ -73,6 +73,7 @@ power_button-y=power_button.o
powerdemo-y=powerdemo.o
queue-y=queue.o
rsa-y=rsa.o
+rsa3-y=rsa.o
sbs_charging-y=sbs_charging.o
sbs_charging_v2-y=sbs_charging_v2.o
stress-y=stress.o