scummvm/test
2011-02-09 01:09:01 +00:00
..
audio AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
common COMMON: Reduce overflow risk in Common::Rational += and -= operators 2011-02-09 00:12:02 +00:00
cxxtest TEST: Make cxxtest work with Python 3.1 too. 2010-11-19 18:19:34 +00:00
module.mk AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
README

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".