mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-02 21:25:03 +00:00
Exercise all basic use cases on mutexes. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BUG=None TEST=make qemu-tests Change-Id: I40de3ae59862db96b40a067c9ad54a978f5646b8
13 lines
224 B
Makefile
13 lines
224 B
Makefile
#
|
|
# on-board test binaries build
|
|
#
|
|
|
|
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
|