问题标签 [cmockery]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
43 浏览

c - Cmockery on C 内置函数

我正在尝试为其中一个函数编写 cmock,其中以下条件可以设置g_name_found一个布尔 ( typedef int) 类型的值

我无法模拟g_name_found我选择的值(TRUE/FALSE),我试图模拟feof()但模拟的函数不被视为它的 ac 内置函数。

是否可以模拟 C 内置函数,如果可以,我如何告诉链接器考虑我的模拟函数?