diff --git a/src/interfaces/tests/CMakeLists.txt b/src/interfaces/tests/CMakeLists.txt index c7e9f3e0..26fa9f7f 100644 --- a/src/interfaces/tests/CMakeLists.txt +++ b/src/interfaces/tests/CMakeLists.txt @@ -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(