scummvm/test
2020-04-11 17:05:40 +09:00
..
audio
common COMMON: Refill the stream buffer after making a large read 2020-02-07 18:33:56 +01:00
cxxtest
engines ULTIMA8: Refactor DataSources to inherit from Common::Streams 2020-04-11 17:05:40 +09:00
cxxtest_mingw.h
module.mk ULTIMA8: Add some unit tests for base U8 classes 2020-02-29 16:29:33 -08:00
README

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".