资源大小: 2KB
发布时间: 2011-01-12
文件格式: zip
下载次数: 2
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

在单元测试中经常需要动态的替换被测函数调用的其他函数,这个替换叫做打桩,现在很少有动态打桩的函数,研究了许久,写了这个功能,做成了lib库,在cygwin下生成的。给出了一个Demo,使用makefile试一试吧!ps:我目前只在windowsxp下应用,其他平台未知!欢迎发邮件给我。#include "stdio.h"#include "d_stub.h"void testfunc(int arg, int a, int b, int c){ printf("\tI am testFunc %d\n", arg);}void testfunc1(int arg, int a, int b, int c){ printf("\t******************\n\tI am stub function\n"); printf("\tArguments: %d %d %d %d\n\t******************\n", arg, a, b, c);}void testfunc2(int arg, int a, int b, int c){ printf("\tHello


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。