diff options
| -rw-r--r-- | src/makefile | 3 | ||||
| -rw-r--r-- | src/usr/diag/mdia/test/makefile | 3 | ||||
| -rw-r--r-- | src/usr/initservice/extinitsvc/extinitsvctasks.H | 27 |
3 files changed, 16 insertions, 17 deletions
diff --git a/src/makefile b/src/makefile index b389728da..4f77f0fa5 100644 --- a/src/makefile +++ b/src/makefile @@ -200,6 +200,7 @@ TESTCASE_MODULES += testtargeting TESTCASE_MODULES += testmemoize TESTCASE_MODULES += testprdf TESTCASE_MODULES += testattn +TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testmdia) #****************************************************************** #KNOWN ISSUES (I might let these run but there is something wrong) @@ -221,8 +222,6 @@ TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testruntime) #TESTCASE_MODULES += testintr TESTCASE_MODULES += testfapi2 -#TODO: Need to re-enable testmdia (RTC 135217) -#TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testmdia) #@TODO RTC: 123019 (p9 work in progress) #TESTCASE_MODULES += testi2c diff --git a/src/usr/diag/mdia/test/makefile b/src/usr/diag/mdia/test/makefile index 81237213b..d5189a683 100644 --- a/src/usr/diag/mdia/test/makefile +++ b/src/usr/diag/mdia/test/makefile @@ -43,6 +43,7 @@ OBJS += mdiafakecm.o MODULE = testmdia -TESTS = *.H +#TODO RTC 148565 - reenable test cases once they are updated +#TESTS = *.H include ${ROOTPATH}/config.mk diff --git a/src/usr/initservice/extinitsvc/extinitsvctasks.H b/src/usr/initservice/extinitsvc/extinitsvctasks.H index e7afd2164..c0044218c 100644 --- a/src/usr/initservice/extinitsvc/extinitsvctasks.H +++ b/src/usr/initservice/extinitsvc/extinitsvctasks.H @@ -262,21 +262,20 @@ const TaskInfo g_exttaskinfolist[] = { } }, -//TODO RTC: 148566 // No mdia in VPO -//#ifndef CONFIG_VPO_COMPILE -// /** -// * @brief MDIA code library -// */ -// { -// "libmdia.so" , // taskname -// NULL, // no pointer to fn -// { -// INIT_TASK, // task type -// EXT_IMAGE, // Extended Module -// } -// }, -//#endif +#ifndef CONFIG_VPO_COMPILE + /** + * @brief MDIA code library + */ + { + "libmdia.so" , // taskname + NULL, // no pointer to fn + { + INIT_TASK, // task type + EXT_IMAGE, // Extended Module + } + }, +#endif /** * @brief PRDF code library |

