scummvm/test
2015-01-04 21:09:32 +01:00
..
audio AUDIO: Wrap around in the Timestamp constructor 2014-12-20 19:38:18 +01:00
common TEST: Fix C++11 compat warnings. 2015-01-04 21:09:32 +01:00
cxxtest JANITORIAL: Fix template definition whitespace 2012-02-10 21:17:27 -06:00
cxxtest_mingw.h ALL: Resolve multiple clang warnings 2014-03-30 14:38:02 +02: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".