summaryrefslogtreecommitdiff
path: root/cesar
diff options
context:
space:
mode:
authorAleksandar Sutic2010-06-16 18:27:54 +0200
committerAleksandar Sutic2010-06-16 18:27:54 +0200
commitb3ded61c815fd1c1507953d06ba5e8ade00a06c8 (patch)
tree5d47146189585d345308ab1ca21219e7cf00135f /cesar
parent9a6185efaa4887bc98f2cda78ca1287c508ea35e (diff)
cesar/ce [eoc]: fix for unitary tests, refs #1660
Diffstat (limited to 'cesar')
-rw-r--r--cesar/ce/rx/cp/test/Config1
-rw-r--r--cesar/ce/rx/cp/test/Makefile2
-rw-r--r--cesar/ce/rx/test/Config1
-rw-r--r--cesar/ce/rx/test/Makefile2
-rw-r--r--cesar/ce/tx/test/Config2
-rw-r--r--cesar/ce/tx/test/Makefile2
6 files changed, 7 insertions, 3 deletions
diff --git a/cesar/ce/rx/cp/test/Config b/cesar/ce/rx/cp/test/Config
new file mode 100644
index 0000000000..4b20824707
--- /dev/null
+++ b/cesar/ce/rx/cp/test/Config
@@ -0,0 +1 @@
+CONFIG_MAC_SAR_EOC_PERMANENT_MFS = y
diff --git a/cesar/ce/rx/cp/test/Makefile b/cesar/ce/rx/cp/test/Makefile
index d917763b66..ec6919adc3 100644
--- a/cesar/ce/rx/cp/test/Makefile
+++ b/cesar/ce/rx/cp/test/Makefile
@@ -15,7 +15,7 @@ HOST_PROGRAMS = test_mbox
test_mme_SOURCES = test_mme.c stub.c
test_mme_MODULES = lib mac/common ce/rx/cp ce/common cp/msg/stub cp/sta/mgr \
cp/fsm/stub
-test_mme_MODULES_CONFIG = cp/msg
+test_mme_MODULES_CONFIG = cp/msg mac/sar cl
# Test mailbox.
test_mbox_SOURCES = test_mbox.c stub_mbox.c
diff --git a/cesar/ce/rx/test/Config b/cesar/ce/rx/test/Config
index 79114fce7f..b164580cc7 100644
--- a/cesar/ce/rx/test/Config
+++ b/cesar/ce/rx/test/Config
@@ -1,2 +1,3 @@
CONFIG_DEBUG_FATAL_CATCH = y
CONFIG_SLAB_ALLOC_SCRAMBLE = y
+CONFIG_MAC_SAR_EOC_PERMANENT_MFS = y
diff --git a/cesar/ce/rx/test/Makefile b/cesar/ce/rx/test/Makefile
index 5805bc7451..acc0127ba1 100644
--- a/cesar/ce/rx/test/Makefile
+++ b/cesar/ce/rx/test/Makefile
@@ -15,7 +15,7 @@ common_MODULES = ce/rx ce/rx/cp ce/common \
mac/common cp/msg/stub \
mac/sar/stub cp/sta/mgr cp/fsm/stub cp/cco/action/stub \
cp/sta/core/stub cl/stub
-common_MODULES_CONFIG = mac/pbproc cp/msg
+common_MODULES_CONFIG = mac/pbproc cp/msg mac/sar cl
# Override sources for BL (we only want our stubbed handle event for the FSM).
ce_rx_bitloading_fsm_MODULE_SOURCES =
diff --git a/cesar/ce/tx/test/Config b/cesar/ce/tx/test/Config
new file mode 100644
index 0000000000..d02940c1dc
--- /dev/null
+++ b/cesar/ce/tx/test/Config
@@ -0,0 +1,2 @@
+CONFIG_MAC_SAR_EOC_PERMANENT_MFS = y
+CONFIG_CL_EOC_ROUTE = y
diff --git a/cesar/ce/tx/test/Makefile b/cesar/ce/tx/test/Makefile
index 40349ee761..e51310e40f 100644
--- a/cesar/ce/tx/test/Makefile
+++ b/cesar/ce/tx/test/Makefile
@@ -10,7 +10,7 @@ common_MODULES = lib mac/common ce/tx cp/pwl/stub cp/sta/mgr \
cp/cco/action/stub ce/common cp/msg/stub
# Common modules config.
-common_MODULES_CONFIG = cp/msg
+common_MODULES_CONFIG = cp/msg mac/sar cl
# For host program.
HOST_PROGRAMS = test_expiration test_mme