summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2012-06-21 17:23:32 +0800
committerGerrit <chrome-bot@google.com>2012-06-25 08:39:13 -0700
commit1105a28a8cada9cf3338cf933dcfe4f82f8a784a (patch)
tree7ae7cc358ec4105ce43f1d39391bb6729a994c34 /test/build.mk
parentfb3e3283c4503f80fc73b4ef68d68e68c00bd1be (diff)
downloadchrome-ec-1105a28a8cada9cf3338cf933dcfe4f82f8a784a.tar.gz
Add a test of checking keyboard de-ghosting
This test check when a ghost key appears, it is correctly ignored. BUG=chrome-os-partner:10285 TEST=Test passed. Change-Id: Ic5a6a9b5c78a969899df7c7a82f1c9d0c01b1325 Reviewed-on: https://gerrit.chromium.org/gerrit/25831 Reviewed-by: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vic Yang <victoryang@chromium.org> Commit-Ready: Vic Yang <victoryang@chromium.org>
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/build.mk b/test/build.mk
index e4ca8341c2..87a8a11d39 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -7,7 +7,7 @@
#
test-list=hello pingpong timer_calib timer_dos timer_jump mutex thermal
-test-list+=power_button
+test-list+=power_button kb_deghost
#disable: powerdemo
pingpong-y=pingpong.o
@@ -27,3 +27,7 @@ chip-mock-power_button-gpio.o=mock_gpio.o
chip-mock-power_button-pwm.o=mock_pwm.o
common-mock-power_button-x86_power.o=mock_x86_power.o
common-mock-power_button-i8042.o=mock_i8042.o
+
+# Mock modules for 'kb_deghost'
+chip-mock-kb_deghost-keyboard_scan_stub.o=mock_keyboard_scan_stub.o
+common-mock-kb_deghost-i8042.o=mock_i8042.o