rdkcentral / ut-core

Unit Test - Core Framework
Apache License 2.0
4 stars 0 forks source link

PR: GH96 : UT_CORE: Changes to separate out arm and linux libraries #97

Closed kanjoe24 closed 3 months ago

kanjoe24 commented 3 months ago

related to #96

also related to ut-control ticket https://github.com/rdkcentral/ut-control/pull/39

kanjoe24 commented 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