Search Results

0
votes

Unit Testing Frameworks for C

In case you are targeting Win32 platforms or NT kernel mode, you should have a look at cfix. …
0
votes

Unit Testing C Code

In case you are targeting Win32 platforms or NT kernel mode, you should have a look at cfix. …
0
votes

How to test C Code

You may want to have a look at cfix -- it is a unit testing framework specialized for Win32 platforms and NT kernel mode. Supports both C and C++. …
1
vote

C/C++ testing framework (like JUnit for java)

Shameless plug: If you target Windows and are using Visual Studio, check out cfix and …
2
votes

How to debug driver load error?

Enable "Show loader snaps" using gflags -- in the debug output, you should find information about which import the loader is not able to resolve. …