How do I run a mock of a C function in one module, but run the actual implementation in another module while using link time substitution?

后端 未结 0 1576
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-10 04:26

I have a scenario where my coworker is writing functions that I wish to use in my module. He wrote the unit tests for his module, and I am writing the unit tests for mine. N

相关标签:
回答
  • 消灭零回复
提交回复
热议问题