summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2013-05-09 07:44:36 +0800
committerChromeBot <chrome-bot@google.com>2013-05-08 18:11:01 -0700
commitd2ca284bc6da637aabb0dbfd4a4d67451646f23a (patch)
tree842d6508167f568b32b7c524167c093aa7a71b85 /test/build.mk
parente71f008388b3c69cf01a534c5084d7e3a441149b (diff)
downloadchrome-ec-d2ca284bc6da637aabb0dbfd4a4d67451646f23a.tar.gz
Add power button test
This tests power button notification and debouncing. BUG=chrome-os-partner:19236 TEST=Pass all tests BRANCH=None Change-Id: Ief8bc24a8725e01734d84e76ab4b6ae0506b811f Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/50524 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/build.mk b/test/build.mk
index aa964a71fd..9121d03d1b 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -10,7 +10,7 @@ test-list-y=pingpong timer_calib timer_dos timer_jump mutex utils
#disable: powerdemo
# TODO(victoryang): Fix these tests:
-# thermal power_button scancode typematic charging
+# thermal scancode typematic charging
test-list-$(BOARD_bds)+=
test-list-$(BOARD_daisy)+=kb_scan flash stress
@@ -25,7 +25,7 @@ test-list-$(BOARD_link)=
test-list-$(BOARD_slippy)=
# Emulator tests
-test-list-host=mutex pingpong utils kb_scan kb_mkbp lid_sw
+test-list-host=mutex pingpong utils kb_scan kb_mkbp lid_sw power_button
flash-y=flash.o
kb_mkbp-y=kb_mkbp.o
@@ -33,6 +33,7 @@ kb_scan-y=kb_scan.o
lid_sw-y=lid_sw.o
mutex-y=mutex.o
pingpong-y=pingpong.o
+power_button-y=power_button.o
powerdemo-y=powerdemo.o
stress-y=stress.o
timer_calib-y=timer_calib.o