summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2012-01-11 22:51:08 +0000
committerVincent Palatin <vpalatin@chromium.org>2012-01-25 18:23:48 +0000
commit47c740e0b2aea0da3e7520feb467835e58758e5c (patch)
tree27768f15f6752a600393a6870fa43685e387d146 /test/build.mk
parent16e43a3d0d902f6c2771a2362f7e7dd40b3ddeee (diff)
downloadchrome-ec-47c740e0b2aea0da3e7520feb467835e58758e5c.tar.gz
mutex: add unit testing
Exercise all basic use cases on mutexes. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BUG=None TEST=make qemu-tests Change-Id: I40de3ae59862db96b40a067c9ad54a978f5646b8
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 44739752a0..7bc5731ac9 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -2,10 +2,11 @@
# on-board test binaries build
#
-test-list=hello pingpong timer_calib timer_dos
+test-list=hello pingpong timer_calib timer_dos mutex
#disable: powerdemo
pingpong-y=pingpong.o
powerdemo-y=powerdemo.o
timer_calib-y=timer_calib.o
timer_dos-y=timer_dos.o
+mutex-y=mutex.o