summaryrefslogtreecommitdiff
path: root/cesar/cp2/cl_interf/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp2/cl_interf/test/Makefile')
-rw-r--r--cesar/cp2/cl_interf/test/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/cesar/cp2/cl_interf/test/Makefile b/cesar/cp2/cl_interf/test/Makefile
new file mode 100644
index 0000000000..42e29806f0
--- /dev/null
+++ b/cesar/cp2/cl_interf/test/Makefile
@@ -0,0 +1,10 @@
+BASE = ../../..
+
+ECOS = y
+
+TARGET_PROGRAMS = test-cl-interf
+
+test-cl-interf_SOURCES = test-cl-interf.c cl_stub.c
+test-cl-interf_MODULES = lib cp2/cl_interf cp2/sta/mgr mac/common cp2/msg
+
+include $(BASE)/common/make/top.mk