summaryrefslogtreecommitdiff
path: root/ucoo/utils/test/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2015-08-14 15:23:30 +0200
committerNicolas Schodet2019-10-07 00:44:50 +0200
commit7b6ad41ea67e10ce9849b5a7ae4411b272c3d43c (patch)
tree586797fc928e3b8ac57e459f73e35139f4b62a69 /ucoo/utils/test/Makefile
parent46344a8589a8d33223b9727d1770adc5706408c8 (diff)
ucoo/utils: add Function
Diffstat (limited to 'ucoo/utils/test/Makefile')
-rw-r--r--ucoo/utils/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ucoo/utils/test/Makefile b/ucoo/utils/test/Makefile
index e490582..e1eb3b2 100644
--- a/ucoo/utils/test/Makefile
+++ b/ucoo/utils/test/Makefile
@@ -1,11 +1,12 @@
BASE = ../../..
TARGETS = host stm32f4
-PROGS = test_fifo test_crc
+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