summaryrefslogtreecommitdiff
path: root/ucoo/utils/test/Makefile
blob: e1eb3b29e4624a7ef3bc3495f6128908763fca7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
BASE = ../../..

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

MODULES = ucoo/utils ucoo/base/test ucoo/hal/usb

include $(BASE)/build/top.mk