scummvm/test
2010-07-21 18:17:51 +00:00
..
common Strip trailing whitespaces in our common code base. 2010-07-21 18:17:51 +00:00
cxxtest Remove semicolon 2010-04-12 21:30:47 +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 Prepare test module build to allow for instantiating AudioStreams. 2010-02-01 21:32:33 +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".