readme
来自「c unit test framework」· 代码 · 共 16 行
TXT
16 行
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 + =
减小字号Ctrl + -
显示快捷键?