Skip to content

Commit

Permalink
Merge pull request #1121 from jphickey/fix-1120-missing-shell-stub
Browse files Browse the repository at this point in the history
Fix #1120, add osapi-shell-stubs.c to OSAL stub library
  • Loading branch information
astrogeco committed Aug 4, 2021
2 parents f436341 + f14fd68 commit fbe7949
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ut-stubs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ add_library(ut_osapi_stubs STATIC
osapi-queue-stubs.c
osapi-queue-handlers.c
osapi-select-stubs.c
osapi-shell-stubs.c
osapi-sockets-stubs.c
osapi-sockets-handlers.c
osapi-task-stubs.c
Expand All @@ -105,6 +106,3 @@ target_include_directories(ut_osapi_stubs PRIVATE
# These stubs must always link to UT Assert.
# This also implicitly adds the path to the UT Assert header files.
target_link_libraries(ut_osapi_stubs ut_assert)



0 comments on commit fbe7949

Please sign in to comment.