scummvm/test
Johannes Schickel 38164ba66a AUDIO: Simplify RawStream code.
This drops the (unused) ability to play based on a list of input blocks. This
was formely only used by the NDS specific VOC streaming code, which has been
removed in 9fa9f68789.
2011-11-06 14:19:17 +01:00
..
audio AUDIO: Simplify RawStream code. 2011-11-06 14:19:17 +01:00
common TEST: Extend Common::Array copy-constructor test a bit. 2011-10-09 03:30:32 +02:00
cxxtest JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
cxxtest_mingw.h TEST: Allow building the test runner with MinGW 2011-09-07 19:41:27 -04:00
module.mk TEST: Allow building the test runner with MinGW 2011-09-07 19:41:27 -04:00
README JANITORIAL: Add missing NL at EOF. 2011-08-07 13:53:33 +02: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".