summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2013-04-12 10:20:25 +0800
committerChromeBot <chrome-bot@google.com>2013-04-13 02:20:09 -0700
commit1cc01fdcbc0a8894a8987684f17d141bf8abfcbf (patch)
treee1f148667c984cc29b52c4aeaa586cfc2ddb1f9a /test/build.mk
parent6f2ec76a256cfe067c69dc8c0e897b41e657e83b (diff)
downloadchrome-ec-1cc01fdcbc0a8894a8987684f17d141bf8abfcbf.tar.gz
Add a test for testing common utilities
BUG=chrome-os-partner:18598 TEST=Run on Spring BRANCH=None Change-Id: Ie10f81783a0c22a10b9535350dc29b972bffd87e Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/47962
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/build.mk b/test/build.mk
index 4a6fa6299a..fb2b780fbc 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -8,7 +8,7 @@
test-list=hello pingpong timer_calib timer_dos timer_jump mutex thermal
test-list+=power_button kb_deghost kb_debounce scancode typematic charging
-test-list+=flash_overwrite flash_rw_erase
+test-list+=flash_overwrite flash_rw_erase utils
#disable: powerdemo
kb_deghost-y=kb_deghost.o
@@ -19,6 +19,7 @@ timer_dos-y=timer_dos.o
mutex-y=mutex.o
flash_overwrite-y=flash.o
flash_rw_erase-y=flash.o
+utils-y=utils.o
# Mock modules for 'thermal'
chip-mock-thermal-lpc.o=mock_lpc.o