File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11name : L2-tests
22
33# enable the workflow incase of any plugin/testcase changes
4+ # Add "Tests/L2Tests" subdirectory in CMakeLists.txt, when enabling L2Tests
45on :
56 workflow_dispatch :
67
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ string(TOLOWER ${NAMESPACE} STORAGE_DIRECTORY)
3737include (CmakeHelperFunctions)
3838
3939if (RDK_SERVICE_L2_TEST)
40- add_subdirectory (Tests/L2Tests)
40+ # add_subdirectory(Tests/L2Tests)
4141endif ()
4242
4343if (RDK_SERVICES_L1_TEST)
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ if (RDK_SERVICE_L2_TEST)
7575 find_library (TESTMOCKLIB_LIBRARIES NAMES TestMocklib)
7676 if (TESTMOCKLIB_LIBRARIES)
7777 message ("linking mock libraries ${TESTMOCKLIB_LIBRARIES} library" )
78- target_link_libraries (${MODULE_NAME } PRIVATE ${TESTMOCKLIB_LIBRARIES} )
78+ target_link_libraries (${PLUGIN_IMPLEMENTATION } PRIVATE ${TESTMOCKLIB_LIBRARIES} )
7979 else (TESTMOCKLIB_LIBRARIES)
8080 message ("Require ${TESTMOCKLIB_LIBRARIES} library" )
8181 endif (TESTMOCKLIB_LIBRARIES)
You can’t perform that action at this time.
0 commit comments