summaryrefslogtreecommitdiff
path: root/cesar/hal/ipmbox/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/ipmbox/test/Makefile')
-rw-r--r--cesar/hal/ipmbox/test/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/cesar/hal/ipmbox/test/Makefile b/cesar/hal/ipmbox/test/Makefile
new file mode 100644
index 0000000000..4820f10f9b
--- /dev/null
+++ b/cesar/hal/ipmbox/test/Makefile
@@ -0,0 +1,10 @@
+BASE = ../../..
+
+INCLUDES = hal/ipmbox/test/override/
+
+HOST_PROGRAMS = test_ipmbox
+
+test_ipmbox_SOURCES = ipmbox.c
+test_ipmbox_MODULES = lib hal/ipmbox ../common/ipmbox
+
+include $(BASE)/common/make/top.mk