summaryrefslogtreecommitdiffhomepage
path: root/digital/ucoolib/ucoolib/utils/test/Makefile
blob: 01fb2cef70eb471d46bc7ff3242bf46d6b3d5108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BASE = ../../..

TARGETS = host stm32f4
PROGS = test_fifo test_crc
stm32f4_PROGS = test_delay
test_fifo_SOURCES = test_fifo.cc
test_delay_SOURCES = test_delay.cc
test_crc_SOURCES = test_crc.cc

MODULES = utils base/test hal/usb

include $(BASE)/build/top.mk