summaryrefslogtreecommitdiff
path: root/test/build.mk
blob: 7bc5731ac9fef40d45f36308494615d115ce3b7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# 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