scummvm/test
2020-07-26 17:07:35 +01:00
..
audio
common COMMON: Refill the stream buffer after making a large read 2020-02-07 18:33:56 +01:00
cxxtest
engines ULTIMA8: Fix unit tests 2020-06-17 18:29:47 +09:00
cxxtest_mingw.h
module.mk TESTS: Fix the subsystem of the test runner on Windows 2020-07-26 17:07:35 +01: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".