From b3a07b9b2eb966d13e315db76cd3775ca42d4a0c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 12 Feb 2021 10:49:33 -0800 Subject: 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 Change-Id: I884ee93779235a387ed64bfe02643abee2009243 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2692877 Reviewed-by: Craig Hesling --- board/nocturne_fp/build.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'board/nocturne_fp') 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 \ -- cgit v1.2.1