scummvm/test
Willem Jan Palenstijn 20c4be47a3 add functions for reverse iteration of Common::List
svn-id: r22665
2006-05-26 17:18:23 +00:00
..
common add functions for reverse iteration of Common::List 2006-05-26 17:18:23 +00:00
cxxtest Removed some more semicola 2006-03-29 10:59:25 +00:00
module.mk Cleanup test code in our 'clean' target 2006-03-29 11:05:38 +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".