summaryrefslogtreecommitdiff
path: root/cesar/cp/eoc/sta/mgr/test/utest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/eoc/sta/mgr/test/utest/Makefile')
-rw-r--r--cesar/cp/eoc/sta/mgr/test/utest/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/cesar/cp/eoc/sta/mgr/test/utest/Makefile b/cesar/cp/eoc/sta/mgr/test/utest/Makefile
new file mode 100644
index 0000000000..bb01377d50
--- /dev/null
+++ b/cesar/cp/eoc/sta/mgr/test/utest/Makefile
@@ -0,0 +1,14 @@
+BASE = ../../../../../..
+
+INCLUDES = cp/eoc/sta/mgr/test/utest/override
+
+HOST_PROGRAMS = test_sta_mgr
+
+test_sta_mgr_SOURCES = net_test.c sta_mgr.c \
+ sta-test.c station_test.c test_sta_mgr.c \
+ core_stub.c sar_stub.c
+test_sta_mgr_MODULES = lib cp/eoc/sta/mgr mac/common \
+ cp/eoc/fsm/stub cp/eoc/cco/action/stub cl/stub bsu/stub cp/msg/stub
+test_sta_mgr_CONFIG_MODULES = cp/eoc cl
+
+include $(BASE)/common/make/top.mk