summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2020-05-14 14:32:32 -0700
committerCommit Bot <commit-bot@chromium.org>2020-05-22 19:22:19 +0000
commit4116f1ae6996ecc87b000f335880f4457780ceb8 (patch)
tree00126544311d0817c534ed753a5ccc550c20e93b /test/build.mk
parent67665bb55473e64da629df0546245e61e810927b (diff)
downloadchrome-ec-4116f1ae6996ecc87b000f335880f4457780ceb8.tar.gz
test: Add on-device MPU unit test
BRANCH=none BUG=b:151105339, b:155229277 TEST=make BOARD=bloonchipper test-mpu -j && \ ./util/flash_jlink.py --board bloonchipper \ --image ./build/bloonchipper/mpu/mpu.bin => On console: "runtest" => All tests pass, except last which correctly panics: Data access violation, mfar = 20000000 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I1c759f50da5075b1e9027cdba253d8c06843be5a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2202852 Commit-Queue: Yicheng Li <yichengli@chromium.org> Tested-by: Yicheng Li <yichengli@chromium.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/build.mk b/test/build.mk
index b6e267b458..3491852b0c 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -150,6 +150,7 @@ motion_lid-y=motion_lid.o
motion_sense_fifo-y=motion_sense_fifo.o
online_calibration-y=online_calibration.o
kasa-y=kasa.o
+mpu-y=mpu.o
mutex-y=mutex.o
newton_fit-y=newton_fit.o
pingpong-y=pingpong.o