summaryrefslogtreecommitdiff
path: root/ucoo/utils/test/Makefile
diff options
context:
space:
mode:
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