scummvm/test
dhewg 2def212de7 ALL: s/PI/M_PI/
Tip of the day: git grep -w PI
2011-03-19 11:24:06 +01:00
..
audio ALL: s/PI/M_PI/ 2011-03-19 11:24:06 +01: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 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".