summaryrefslogtreecommitdiff
path: root/ucoo/base/test/test/Makefile
blob: 64e502194360758ad1c49e840c21c4ebddb2ef27 (plain)
1
2
3
4
5
6
7
8
9
BASE = ../../../..

TARGETS = host stm32f4
PROGS = test_test
test_test_SOURCES = test_test.cc

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

include $(BASE)/build/top.mk