summaryrefslogtreecommitdiff
path: root/cesar/cp/test/Makefile
diff options
context:
space:
mode:
authorsave2008-04-07 14:17:42 +0000
committersave2008-04-07 14:17:42 +0000
commit3d58a62727346b7ac1a6cb36fed1a06ed72228dd (patch)
treed7788c3cf9f76426aef0286d0202e2097f0fa0eb /cesar/cp/test/Makefile
parent095dca4b0a8d4924093bab424f71f588fdd84613 (diff)
Moved the complete svn base into the cesar directory.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1769 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/test/Makefile')
-rw-r--r--cesar/cp/test/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/cesar/cp/test/Makefile b/cesar/cp/test/Makefile
new file mode 100644
index 0000000000..840cb4033b
--- /dev/null
+++ b/cesar/cp/test/Makefile
@@ -0,0 +1,30 @@
+BASE = ../../
+
+ECOS = y
+
+INCLUDES = cp/test/overide/
+
+TARGET_PROGRAMS = UnitTestCP
+UnitTestCP_SOURCES = test_interf.c test_cp.c test_msg.c test_station.c test_secu.c test_conn.c
+UnitTestCP_MODULES = lib \
+ lib/visual_state_api \
+ cp/interf \
+ cp/msg \
+ cp/station \
+ cp/secu \
+ cp/vstate_fsm \
+ cp/beacon \
+ cp/conn \
+ cl \
+ mac/sar \
+ mac/common \
+ mac/pbproc \
+ mac/sar/bridgedma \
+
+
+
+
+mac_pbproc_MODULE_SOURCES = mfs.c
+cp_beacon_MODULE_SOURCES = beacon.c ntb_clock_sync.c
+
+include $(BASE)/common/make/top.mk