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