scummvm/test
2008-07-20 16:42:56 +00:00
..
common Fixed potential issue in Common::String when asserting a substring of a string X back to X (memcpy -> memmove); also added some other sanity checks, and merged some duplicate code into a new method String::initWithCStr 2008-07-20 16:42:56 +00:00
cxxtest Proper delete[] formatting (this time all occurences should've been changed...) 2008-05-07 15:09:10 +00:00
module.mk Removed trailing spaces. 2008-01-27 19:47:41 +00:00
README Added a minimal README for our unit tests, and moved their build rule to a new test/module.mk file 2006-03-29 10:35:45 +00:00

This directory contains some unit tests for ScummVM. They are based on
CxxTest <http://cxxtest.sourceforge.net/>, which you can find in the cxxtest
subdirectory, including its manual.

To run the unit tests, simply use "make test".