summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorAlec Berg <alecaberg@chromium.org>2014-02-14 15:40:41 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-02-22 00:49:56 +0000
commit89cae30e5781c601d744ff2d2c177223c4468f39 (patch)
treeeeccd6fd3e4983d4e63899c7fe80f97316ac3bce /test/build.mk
parent6f2869903d2c6d0147a9f0b0dbfb40f62c6af0ab (diff)
downloadchrome-ec-89cae30e5781c601d744ff2d2c177223c4468f39.tar.gz
Added unit tests for lid angle calculation and acos
Added unit test for motion_sense lid angle calculations. Added unit test for math_util arc_cos() function. BUG=none Original-BUG=chrome-os-partner:25640 BRANCH=rambi TEST=make buildall Original-Change-Id: I35debf6fc0e2d9996debc2ede175acaa060df627 Signed-off-by: Alec Berg <alecaberg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/186720 Reviewed-by: Vic Yang <victoryang@chromium.org> (cherry picked from commit 55c3e8ee14693d6d667b5d21f0dcbb14d185ccbe) Change-Id: I017315128f318424cd3000affae785c69afd29d6 Signed-off-by: Alec Berg <alecaberg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/187434 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/build.mk b/test/build.mk
index 7ea82cc00c..f93b5897aa 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -23,6 +23,7 @@ test-list-host=mutex pingpong utils kb_scan kb_mkbp lid_sw power_button hooks
test-list-host+=thermal flash queue kb_8042 extpwr_gpio console_edit system
test-list-host+=sbs_charging adapter host_command thermal_falco led_spring
test-list-host+=bklight_lid bklight_passthru interrupt timer_dos button
+test-list-host+=motion_sense math_util
adapter-y=adapter.o
button-y=button.o
@@ -39,6 +40,8 @@ kb_mkbp-y=kb_mkbp.o
kb_scan-y=kb_scan.o
led_spring-y=led_spring.o led_spring_impl.o
lid_sw-y=lid_sw.o
+math_util-y=math_util.o
+motion_sense-y=motion_sense.o
mutex-y=mutex.o
pingpong-y=pingpong.o
power_button-y=power_button.o