scummvm/test
Max Horn 0a0258edcf COMMON: Let Common::normalizePath normalize '..' in paths
There are some unit tests to verify that this works correctly.
There is a small chance that this causes regressions in weird setups.
2011-06-03 17:33:07 +02:00
..
audio ALL: s/PI/M_PI/ 2011-03-19 11:24:06 +01:00
common COMMON: Let Common::normalizePath normalize '..' in paths 2011-06-03 17:33:07 +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 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".