summaryrefslogtreecommitdiff
path: root/cesar/lib/test/list/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/lib/test/list/Makefile')
-rw-r--r--cesar/lib/test/list/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/cesar/lib/test/list/Makefile b/cesar/lib/test/list/Makefile
new file mode 100644
index 0000000000..819511bbd7
--- /dev/null
+++ b/cesar/lib/test/list/Makefile
@@ -0,0 +1,7 @@
+BASE = ../../..
+
+HOST_PROGRAMS = test_list
+test_list_SOURCES = test_list.c
+test_list_MODULES = lib
+
+include $(BASE)/common/make/top.mk