scummvm/test
Johannes Schickel bb70ea04e9 TEST: Remove odd test in rendermode tests.
This specific test checked whether the pointer for two static strings have a
different address. Since the specific strings checked had the same "value"
string pooling optimizations will result in them to have the same address and
thus make this test fail. Furthermore, the test seemed completely pointless,
I simply dropped it now.
2014-08-07 15:04:13 +02:00
..
audio BUILD: fix 'make test' compile error 2013-08-05 11:44:27 +02:00
common TEST: Remove odd test in rendermode tests. 2014-08-07 15:04:13 +02: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".