Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhammedrafi committed Dec 3, 2024
1 parent e52cc04 commit cb18e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/unit_test/tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ install(TARGETS ${UNIT_TEST} DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)

add_executable(${GMOCK_UNIT_TEST}
Tests/unit_test/test_WiFiSignalStrengthMonitor.cpp
../mocks/Iarm.cpp
../mocks/thunder/Module.cpp
../mocks/Wraps.cpp
Tests/mocks/Iarm.cpp
Tests/mocks/thunder/Module.cpp
Tests/mocks/Wraps.cpp
)

target_include_directories(${GMOCK_UNIT_TEST} PRIVATE
Expand Down

0 comments on commit cb18e1e

Please sign in to comment.