scummvm/test
2009-04-22 17:52:56 +00:00
..
common COMMON: changed class StringList to a simple typedef; enhanced the Common::Array constructor which converts regular arrays to Array objects to be more flexible in its type (allows e.g. to assign an array of char* to a StringList 2009-04-22 17:52:56 +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 Fix running the testsuite when building outside the source tree 2009-03-21 22:11:16 +00:00
README Added a minimal README for our unit tests, and moved their build rule to a new test/module.mk file 2006-03-29 10:35:45 +00:00

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".