Skip to content

Commit

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

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

if(WPEFRAMEWORK_CREATE_IPKG_TARGETS)
Expand Down
4 changes: 0 additions & 4 deletions NetworkManager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ message("Building for unit tests...")

message("Generating empty headers to suppress compiler errors")

file(GLOB BASEDIR ../Tests)
file(GLOB BASEDIR Tests)
set(BASEDIR ${BASEDIR}/headers)
set(EMPTY_HEADERS_DIRS
${BASEDIR}
Expand Down Expand Up @@ -33,7 +33,7 @@ include_directories(${EMPTY_HEADERS_DIRS})

message("Adding compiler and linker options for all targets")

file(GLOB BASEDIR ../Tests/mocks)
file(GLOB BASEDIR Tests/mocks)
set(FAKE_HEADERS
${BASEDIR}/Iarm.h
)
Expand Down

0 comments on commit 1c5d9d3

Please sign in to comment.