Skip to content

Commit

Permalink
ets
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhammedrafi committed Sep 24, 2024
1 parent 15688f1 commit 18a9833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rdk_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,7 @@ jobs:
-DCMAKE_CXX_FLAGS="
-I ${{github.workspace}}/networkmanager/Tests/headers
-I ${{github.workspace}}/networkmanager/Tests/headers/rdk/iarmbus
-I ${{github.workspace}}/networkmanager/Tests/mocks
-include ${{github.workspace}}/networkmanager/Tests/headers/rdk/iarmbus/libIARM.h
-include ${{github.workspace}}/networkmanager/Tests/headers/rdk/iarmbus/libIBus.h
-I ${{github.workspace}}/networkmanager/Tests/mocks/Iarm.h
--include ${{github.workspace}}/networkmanager/Tests/mocks/Iarm.h
"
&&
cmake --build build/RDKNetworkmanager -j16
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ else()
find_package(IARMBus REQUIRED)
endif ()

if(ENABLE_NETWORKMANAGER_UNIT_TEST)
if(ENABLE_NETWORKMANAGER_UN_TEST)
include(cmake/UnitTest.cmake)
endif()

Expand Down

0 comments on commit 18a9833

Please sign in to comment.