Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhammedrafi committed Aug 28, 2024
1 parent 384b00c commit abf2cc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/L1-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,7 @@ jobs:
-I ${{github.workspace}}/networkmanager/Tests/headers/network
-Wall -Werror -Wno-error=format=
-Wl,-wrap,system -Wl,-wrap,popen -Wl,-wrap,syslog"
-DCOMCAST_CONFIG=OFF
-DCMAKE_DISABLE_FIND_PACKAGE_IARMBus=ON
-DPLUGIN_NETWORK=OFF
-DPLUGIN_WIFIMANAGER=OFF
-DENABLE_GNOME_NETWORKMANAGER=OFF
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
&&
Expand Down
2 changes: 1 addition & 1 deletion Tests/l1networkmanager.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ include_directories(${EMPTY_HEADERS_DIRS})

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

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

0 comments on commit abf2cc9

Please sign in to comment.