scummvm/test
Max Horn 4ae9412a3a Make some improvements for Audio::Timestamp.
* Add convertToFramerate() method
* Add framerate() method
* Add operator == and !=
* Improve frameDiff() to work for two timestamps with distinct framerates
* Improve Doxygen comments

svn-id: r46994
2010-01-04 22:48:28 +00:00
..
common Rename Common::Stream::readLine_NEW to readLine 2009-12-30 23:00:55 +00:00
cxxtest Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
sound Make some improvements for Audio::Timestamp. 2010-01-04 22:48:28 +00:00
module.mk TEST: Workaround for 'make test' when using -Werror 2009-11-24 22:11:27 +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".