scummvm/test
Max Horn ae16d496b9 COMMON: HashMap::getVal now allows specifying a default value.
A new variant of HashMap::getVal with a second 'default value' parameter
has been added. This helps avoid many contains() + getVal() combos
(which incur double lookup penalty), and is much lighter than using
find() (which has to create an iterator).

svn-id: r43983
2009-09-06 12:59:07 +00:00
..
common COMMON: HashMap::getVal now allows specifying a default value. 2009-09-06 12:59:07 +00:00
cxxtest
sound Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +00:00
module.mk Patch #2840212: "Quiet make process" 2009-08-22 11:03:00 +00:00
README Updated link to CxxTest homepage 2009-05-19 11:22:20 +00:00

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

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