Page 1 of 1

CMinTest

Posted: Sat Jul 16, 2011 3:21 am
by davidv1992
Over the past few days I spent some time implementing a very basic testing framework in C for use in kernel development. I've realized that others might also have a use for it and decided to publish it.

CMinTest is a testing framework designed to have minimal dependencies during runtime. At this time the only runtime functions it needs are for printing text and numbers to the screen. It currently does not do much more than tests, print which ones failed and collect statistics on the number of test that failed and succeeded.

I welcome any criticism and suggestions you might have towards improving it.