⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 c unit test framework
💻
字号:
Check is a unit test framework for C. It features a simple interfacefor defining unit tests, putting little in the way of thedeveloper. Tests are run in a separate address space, so Check cancatch both assertion failures and code errors that cause segmentationfaults or other signals. The output from unit tests can be used withinsource code editors and IDEs.See http://check.sourceforge.net/ for more information, including atutorial.If you get Check out of CVS, you will need a working setup of automake(at least version 1.4) and autoconf (at least version 2.13) in orderto successfully build Check. There's a script called autogen.sh thatcalls autoconf and automake for you and then runs the generated configure script.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -