scummvm/test
2010-01-11 10:17:55 +00:00
..
common Rename Common::Stream::readLine_NEW to readLine 2009-12-30 23:00:55 +00:00
cxxtest Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
sound Improve support for negative Timestamps, and add + and - operators 2010-01-11 10:17:55 +00:00
module.mk TEST: Workaround for 'make test' when using -Werror 2009-11-24 22:11:27 +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".