summaryrefslogtreecommitdiff
path: root/digital/ucoolib/ucoolib/utils/test/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2013-03-18 22:03:16 +0100
committerNicolas Schodet2013-03-18 22:03:16 +0100
commit10bdbf4b826b1755cb6a22894c0bcf9bf6296f4b (patch)
treecca1e20113131b7223e20468c1445d2258c68d8c /digital/ucoolib/ucoolib/utils/test/Makefile
parent5cd8807e90a33e1584df899161d127934f68d74d (diff)
digital/ucoolib/ucoolib/utils: add CRC functions
Diffstat (limited to 'digital/ucoolib/ucoolib/utils/test/Makefile')
-rw-r--r--digital/ucoolib/ucoolib/utils/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/digital/ucoolib/ucoolib/utils/test/Makefile b/digital/ucoolib/ucoolib/utils/test/Makefile
index 874bc325..01fb2cef 100644
--- a/digital/ucoolib/ucoolib/utils/test/Makefile
+++ b/digital/ucoolib/ucoolib/utils/test/Makefile
@@ -1,10 +1,11 @@
BASE = ../../..
TARGETS = host stm32f4
-PROGS = test_fifo
+PROGS = test_fifo test_crc
stm32f4_PROGS = test_delay
test_fifo_SOURCES = test_fifo.cc
test_delay_SOURCES = test_delay.cc
+test_crc_SOURCES = test_crc.cc
MODULES = utils base/test hal/usb