summaryrefslogtreecommitdiff
path: root/cesar/cp/eoc/cco/action/test/utest_mcast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/eoc/cco/action/test/utest_mcast/Makefile')
-rw-r--r--cesar/cp/eoc/cco/action/test/utest_mcast/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/cesar/cp/eoc/cco/action/test/utest_mcast/Makefile b/cesar/cp/eoc/cco/action/test/utest_mcast/Makefile
new file mode 100644
index 0000000000..8fc6f16a77
--- /dev/null
+++ b/cesar/cp/eoc/cco/action/test/utest_mcast/Makefile
@@ -0,0 +1,18 @@
+BASE = ../../../../../..
+
+INCLUDES = cp/eoc/cco/action/test/utest_mcast/override \
+ cp/eoc/cco/action/test/utest_mcast
+
+HOST_PROGRAMS = test_cco_action
+test_cco_action_SOURCES = test_cco_action.c test_mcast_suite.c \
+ scenario_actions.c fsm_stub.c msg_stub.c cl_mcast.c
+test_cco_action_MODULES = lib lib/scenario cp/eoc/fsm/stub mac/common \
+ cp/eoc/cco/action cp/eoc/cco/bw/stub cl/stub \
+ cp/eoc/sta/mgr cp/eoc/sta/action/stub cp/sta/core/stub \
+ cp/eoc/multi_sta_fsm cp/eoc/multi_sta/action/stub \
+ cp/eoc/beacon/stub cp/eoc/msg/stub bsu/stub cp/secu/stub \
+ mac/sar/stub mac/pbproc/stub mac/ca/stub ce/rx/stub \
+ hal/ipmbox/stub bufmgr/stub
+test_cco_action_CONFIG_MODULES = cp/eoc cl mac/sar
+
+include $(BASE)/common/make/top.mk