summaryrefslogtreecommitdiff
path: root/board/nocturne_fp
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2021-02-12 10:49:33 -0800
committerCommit Bot <commit-bot@chromium.org>2021-02-16 22:56:38 +0000
commitb3a07b9b2eb966d13e315db76cd3775ca42d4a0c (patch)
treee4d04efba1f47e3ae7c07c760fc6fc1c0494838b /board/nocturne_fp
parenta05a475096e7a58d1a7871acf0506650b3e6d491 (diff)
downloadchrome-ec-b3a07b9b2eb966d13e315db76cd3775ca42d4a0c.tar.gz
fingerprint: Enable more on-device unit tests
BRANCH=none BUG=b:155235321 TEST=On dragonclaw v0.2 with servo micro and jlink: ./test/run_device_test.py --board bloonchipper => tests pass TEST=On icetower v0.1 with servo micro and jlink: ./test/run_device_test.py --board dartmonkey => tests pass Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I884ee93779235a387ed64bfe02643abee2009243 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2692877 Reviewed-by: Craig Hesling <hesling@chromium.org>
Diffstat (limited to 'board/nocturne_fp')
-rw-r--r--board/nocturne_fp/build.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/nocturne_fp/build.mk b/board/nocturne_fp/build.mk
index 5b47ddf67a..a26fbca348 100644
--- a/board/nocturne_fp/build.mk
+++ b/board/nocturne_fp/build.mk
@@ -23,6 +23,7 @@ endif
# will fail on device.
test-list-y=\
aes \
+ cec \
compile_time_macros \
crc \
flash_physical \
@@ -31,6 +32,8 @@ test-list-y=\
mpu \
mutex \
pingpong \
+ printf \
+ queue \
rollback \
rollback_entropy \
rsa3 \
@@ -38,4 +41,7 @@ test-list-y=\
scratchpad \
sha256 \
sha256_unrolled \
+ static_if \
+ timer_dos \
utils \
+ utils_str \