summaryrefslogtreecommitdiffhomepage
path: root/digital/ucoolib/ucoolib/base/test/test/Makefile
blob: 610c71addf2b21eec80bd5b471cc2767bbe8cc21 (plain)
1
2
3
4
5
6
7
8
9
BASE = ../../../..

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

MODULES = utils base/test hal/usb

include $(BASE)/build/top.mk