Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
7 additions
and 118 deletions.
- +7 −1 README.md
- +0 −109 Todo.txt
- +0 −8 srcrel-readme.txt
@@ -1,4 +1,10 @@ | ||
cfix | ||
==== | ||
|
||
unit testing framework for C/C++ | ||
cfix is an xUnit testing framework for C/C++, specialized for unmanaged Windows development (32/64 bit). cfix supports development of both user and kernel mode unit tests. | ||
|
||
cifx unit tests are compiled and linked into a DLL. The testrunner application provided by cfix allows selectively running tests of one or more of such test-DLLs. Execution and behaviour in case of failing testcases can be highly customized. Moreover, cfix has been designed to work well in conjunction with the Windows Debuggers (Visual Studio, WinDBG). | ||
|
||
As of cfix 1.3, the framework is source-compatible to WinUnit, i.e. a WinUnit test suite can be recompiled into a full-fledged cfix test suite. | ||
|
||
See http://www.cfix-testing.org/ for more details. |