scummvm/test
2011-04-12 17:23:32 +02:00
..
audio ALL: s/PI/M_PI/ 2011-03-19 11:24:06 +01:00
common COMMON: Add some testcases for common/endian.h 2011-04-12 17:23:32 +02: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".