scummvm/test
Littleboy 24579ceba9 TEST: Allow building the test runner with MinGW
It needs the same workaround as our dev tools (see bug #1800764)
2011-09-07 19:41:27 -04:00
..
audio JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
common TEST: Add a very tiny and simple unit test for intLog2. 2011-08-19 01:14:09 +02:00
cxxtest JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02: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".