CMinTest

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
davidv1992
Member
Member
Posts: 223
Joined: Thu Jul 05, 2007 8:58 am

CMinTest

Post 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.
Post Reply