Drew DeVault 7/19/2016

Using -Wl,--wrap for mocking in C

Read Original

This technical article details a method for mocking dependencies in C code for unit testing by using the GNU/LLVM linker's --wrap flag. It demonstrates how to wrap functions like fread and feof to control their behavior during tests, allowing for isolated testing without real file I/O. The author also discusses limitations and outlines a vision for a future custom test framework built around this mocking technique.

Using -Wl,--wrap for mocking in C

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser