scummvm/test
Johannes Schickel 00c6d2c91c Fix compiler warnings.
svn-id: r39280
2009-03-09 22:39:53 +00:00
..
common Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as well as our unit tests, ouch) handled SEEK_END incorrectly (using -offset instead of offset), contrary to what the docs said and what fseek does. Hopefully I found and fixed all affected parts, but still watch out for regressions 2009-03-05 20:37:53 +00:00
cxxtest Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
sound Fix compiler warnings. 2009-03-09 22:39:53 +00:00
module.mk Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a unit test for it, based on the old (and very outdated) timetest.cpp. To be used by Audio::Mixer one day... 2009-03-04 06:58:28 +00:00
README

This directory contains some unit tests for ScummVM. They are based on
CxxTest <http://cxxtest.sourceforge.net/>, which you can find in the cxxtest
subdirectory, including its manual.

To run the unit tests, simply use "make test".