summaryrefslogtreecommitdiff
path: root/ucoo/math/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/math/test/Makefile')
-rw-r--r--ucoo/math/test/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/ucoo/math/test/Makefile b/ucoo/math/test/Makefile
new file mode 100644
index 0000000..353bc10
--- /dev/null
+++ b/ucoo/math/test/Makefile
@@ -0,0 +1,9 @@
+BASE = ../../..
+
+TARGETS = host stm32f4
+PROGS = test_math
+test_math_SOURCES = test_math.cc
+
+MODULES = ucoo/math ucoo/utils ucoo/base/test ucoo/hal/usb
+
+include $(BASE)/build/top.mk