thedmd / pixeltoaster

PixelToaster is a framebuffer library for C++
45 stars 9 forks source link

unit tests are messy and should be cleaned up #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
the code for converter testing is crude and needs to be cleaned up

i'd also like to be able to go "make test" to build and run the tests

also: additional unit tests should be added for each class in pixeltoaster, to 
ensure it works 
perfectly

Original issue reported on code.google.com by glenn.fi...@gmail.com on 2 Sep 2006 at 8:55

GoogleCodeExporter commented 8 years ago
all tests incorporated into a single test suite now, cleanup is in progress and 
its much nicer

Original comment by glenn.fi...@gmail.com on 14 Jan 2007 at 5:16