![]() |
matrix4_test fails [SOLVED] - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4) +--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9) +--- Thread: matrix4_test fails [SOLVED] (/showthread.php?tid=1405) |
matrix4_test fails [SOLVED] - thelusiv - 12-17-2010 I need to write some unit tests for my branch soon, so I started poking around at the unit testing setup. I wrote a build alias for SCons, so now you can just do Code: scons test http://wiki.vdrift.net/Testing Then I ran the tests and what do you know, one of them failed: Code: [-------------- RUNNING UNIT TESTS --------------] - joevenzon - 12-17-2010 That was a bad unit test. I don't think it ever passed. :-( Fixed in R2989. |