Skip to content

Commit

Permalink
test code
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhammedrafi committed Aug 27, 2024
1 parent 6d1e157 commit cfbade1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ if(PLUGIN_SHAREDSTORAGE)
endif()

if(PLUGIN_NETWORKMANAGER)
include(NetworkManager/l1networkmanager.cmake)
add_subdirectory(Tests/L1Tests)
add_subdirectory(NetworkManager)
endif()

Expand Down
5 changes: 0 additions & 5 deletions NetworkManager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ add_compile_definitions(NETWORKMANAGER_PATCH_VERSION=${VERSION_PATCH})

set(PROJECT_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})

if(RDK_SERVICES_L1_TEST)
include(l1networkmanager.cmake)
add_subdirectory(../Tests/L1Tests)
endif()

include(CmakeHelperFunctions)

string(TOLOWER ${NAMESPACE} STORAGE_DIRECTORY)
Expand Down

0 comments on commit cfbade1

Please sign in to comment.