summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2013-07-08 09:54:36 +0800
committerChromeBot <chrome-bot@google.com>2013-07-11 22:32:52 -0700
commit2475cce9ad0e505a45562189e5427683d4ebd65c (patch)
tree1110f516e9d50900ce1cb4492f2743f1639cd8e2 /Makefile
parentb2bc8aaa20479a87261aed8611367f11cf33c909 (diff)
downloadchrome-ec-2475cce9ad0e505a45562189e5427683d4ebd65c.tar.gz
Add I8042 keyboard unit test
This tests I8042 scancode and typematic. BUG=chrome-os-partner:19236 TEST=Pass all tests many times. BRANCH=None Change-Id: I8457b7b807b694b0bae32abf1647961f946dc5e1 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/61553 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 485a4f9f8a..93b7b43028 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,9 @@ include Makefile.toolchain
# Get CHIP name
include board/$(BOARD)/build.mk
+# Get test configuration
+include test/test_config.mk
+
# Transform the configuration into make variables
includes=include core/$(CORE)/include $(dirs) $(out)
ifeq "$(TEST_BUILD)" "y"