summaryrefslogtreecommitdiff
path: root/ucoo/utils/test/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2015-10-09 11:41:28 +0200
committerNicolas Schodet2019-10-07 00:44:50 +0200
commit6beda3cc5fe33c656aae030033747825ca0211a3 (patch)
treed8e3785d121b3172a10acc655cc30bbb0a8cf8c4 /ucoo/utils/test/Makefile
parent381c4d1886ec72364e0e62ad0f08a2511a0c8304 (diff)
ucoo/utils: add Pool allocator
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 e1eb3b2..6f2094e 100644
--- a/ucoo/utils/test/Makefile
+++ b/ucoo/utils/test/Makefile
@@ -1,12 +1,13 @@
BASE = ../../..
TARGETS = host stm32f4
-PROGS = test_fifo test_crc test_function
+PROGS = test_fifo test_crc test_function test_pool
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
+test_pool_SOURCES = test_pool.cc
MODULES = ucoo/utils ucoo/base/test ucoo/hal/usb