scummvm/test
Tarek Soliman a4798602d7 JANITORIAL: Fix missing whitespace in pointer cast
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g'

This seems to have caught some params as well which is not undesirable IMO.
It also caught some strings containing this which is undesirable so I
excluded them manually. (engines/sci/engine/kernel_tables.h)
2012-02-15 10:07:10 -06:00
..
audio AUDIO: Simplify RawStream code. 2011-11-06 14:19:17 +01:00
common JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
cxxtest JANITORIAL: Fix template definition whitespace 2012-02-10 21:17:27 -06:00
cxxtest_mingw.h TEST: Allow building the test runner with MinGW 2011-09-07 19:41:27 -04:00
module.mk TEST: Allow building the test runner with MinGW 2011-09-07 19:41:27 -04:00
README JANITORIAL: Add missing NL at EOF. 2011-08-07 13:53:33 +02: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".