Skip to content

Commit

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

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

Expand Down
5 changes: 5 additions & 0 deletions NetworkManager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ 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 2c1264d

Please sign in to comment.