Skip to content

Commit

Permalink
unit-tests: clarify target linker wrap options
Browse files Browse the repository at this point in the history
  • Loading branch information
andrej committed Nov 2, 2022
1 parent 74aa7fa commit 48b4d58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/interfaces/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
set(INTERFACES_UTEST_NAME "interfaces_utest")
set(UTILS_MEMORY_LIBRARY_NAME "utils_memory")
# for wrapping cmocka mock functions
set(
INTERFACES_UTEST_LINKER_OPTIONS
#"-Wl,--wrap=foo"
#"-Wl,--wrap=function_foo"
)

add_executable(
Expand Down

0 comments on commit 48b4d58

Please sign in to comment.