scummvm/test
Max Horn 8e3aafd30d COMMON: Provide our own implementations for scumm_str(n)icmp
This takes up a tiny little bit of extra binary size, but gets
rid of some awful #ifdef hackery.
2011-05-23 19:12:25 +02:00
..
audio ALL: s/PI/M_PI/ 2011-03-19 11:24:06 +01:00
common COMMON: Provide our own implementations for scumm_str(n)icmp 2011-05-23 19:12:25 +02:00
cxxtest TEST: Make cxxtest work with Python 3.1 too. 2010-11-19 18:19:34 +00:00
module.mk TEST: Explicitly disable exceptions and std lib usage 2011-05-16 15:23:17 +02:00
README

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