Closed kanjoe24 closed 3 months ago
@hari22yuva : are you able to test this PR for TARGET changes.
I tested with below change in ut/ Makefile:
ut (main)$ git diff
diff --git a/Makefile b/Makefile
index 9cf0428..6756915 100644
--- a/Makefile
+++ b/Makefile
@@ -70,8 +70,7 @@ export HAL_LIB_DIR
build: $(SETUP_SKELETON_LIBS)
echo "SETUP_SKELETON_LIBS $(SETUP_SKELETON_LIBS)"
@echo UT [$@]
- make -C ./ut-core framework
- make -C ./ut-core test
+ make -C ./ut-core
related to #96
also related to ut-control ticket https://github.com/rdkcentral/ut-control/pull/39