scummvm/test
Johannes Schickel 7b51537be2 Common: Fix bug in lastPathComponent.
Prior to this change lastPathComponent would not create a correct result,
when the input of lastPathComponent did not contain a single separator.

I also added a test case for this in our unit tests.

svn-id: r52123
2010-08-16 16:01:31 +00:00
..
common Common: Fix bug in lastPathComponent. 2010-08-16 16:01:31 +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 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".