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 1
1
name : L2-tests
2
2
3
3
# enable the workflow incase of any plugin/testcase changes
4
+ # Add "Tests/L2Tests" subdirectory in CMakeLists.txt, when enabling L2Tests
4
5
on :
5
6
workflow_dispatch :
6
7
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ string(TOLOWER ${NAMESPACE} STORAGE_DIRECTORY)
37
37
include (CmakeHelperFunctions)
38
38
39
39
if (RDK_SERVICE_L2_TEST)
40
- add_subdirectory (Tests/L2Tests)
40
+ # add_subdirectory(Tests/L2Tests)
41
41
endif ()
42
42
43
43
if (RDK_SERVICES_L1_TEST)
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ if (RDK_SERVICE_L2_TEST)
75
75
find_library (TESTMOCKLIB_LIBRARIES NAMES TestMocklib)
76
76
if (TESTMOCKLIB_LIBRARIES)
77
77
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} )
79
79
else (TESTMOCKLIB_LIBRARIES)
80
80
message ("Require ${TESTMOCKLIB_LIBRARIES} library" )
81
81
endif (TESTMOCKLIB_LIBRARIES)
You can’t perform that action at this time.
0 commit comments