OSDev.org
https://forum.osdev.org/

CMinTest
https://forum.osdev.org/viewtopic.php?f=2&t=23873
Page 1 of 1

Author:  davidv1992 [ Sat Jul 16, 2011 3:21 am ]
Post subject:  CMinTest

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.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/