scummvm/test
2009-11-24 22:11:27 +00:00
..
common COMMON: Remove various variants of the md5_file / md5_file_string funcs; turned the (disabled) MD5 test code into a working unit test 2009-11-23 22:30:22 +00:00
cxxtest
sound Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +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".