scummvm/test
2011-01-28 10:27:50 +00:00
..
common TEST: Add/extend MemoryReadStream(Endian) test cases 2010-11-23 22:27:00 +00:00
cxxtest TEST: Make cxxtest work with Python 3.1 too. 2010-11-19 18:19:34 +00:00
sound Add some additional tests for SubLoopingAudioStream and LoopingAudioStream. (Currently SubLoopingAudioStream tests fail for a reason unknown to me...) 2010-02-09 21:52:08 +00:00
module.mk Patch #3149416: Support for linking with "as-needed" 2011-01-28 10:27:50 +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".