Test Framework
1. CUNIT
http://cunit.sourceforge.net/index.html
2. CuTest
http://cutest.sourceforge.net/
Tools:
http://www.oschina.net/project/tag/222?lang=21
Static code analysis:
1. PC-lint
PC-lint is a command-line tool for performing static code analysis
http://www.gimpel.com/html/pcl.htm
https://en.wikipedia.org/wiki/PC-Lint
Stub Tools:
1. CMock
https://github.com/ThrowTheSwitch/CMock
example blog http://blog.csdn.net/gohome520/article/details/7704049
2.
TIPS:
On line education for Google Test
http://edu.csdn.net/course/detail/2301
Useful sharing:
常用C语言单元测试工具介绍 http://blog.csdn.net/cwmbecoming/article/details/1832395
C开发中的单元测试 http://www.cnblogs.com/linux-sir/archive/2012/08/25/2654557.html
Mock的基本概念和方法(续) http://blog.csdn.net/livelylittlefish/article/details/6361467