summaryrefslogtreecommitdiff
path: root/test/build.mk
blob: 20df88c04b8f045301c41efdff8535ee72c731a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# on-board test binaries build
#

test-list=hello pingpong timer_calib timer_dos
#disable: powerdemo

pingpong-objs=pingpong.o
powerdemo-objs=powerdemo.o
timer_calib-objs=timer_calib.o
timer_dos-objs=timer_dos.o