scummvm/test
Max Horn dd7891cdad Add simple testcase for ScopedPtr and SharedPtr
The new test verifies that a given object is indeed deleted after
the smart pointer leaves scope.

svn-id: r48358
2010-03-22 20:26:57 +00:00
..
common Add simple testcase for ScopedPtr and SharedPtr 2010-03-22 20:26:57 +00:00
cxxtest Strip trailing whitespaces/tabs in documentation files too. 2010-01-25 01:53:32 +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 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".