scummvm/test
Matthew Duggan 8c3ebe9af4 ULTIMA8: Correct Box.InBox boundary conditions
The boundary conditions were reversed in Box.Inbox when compared with
Box.Overlaps.  Since InBox is not being used and Overlaps is, I went with the
definitions from Overlaps. Also configured unit tests to exercise this
behavior.
2020-03-25 22:38:26 +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: Correct Box.InBox boundary conditions 2020-03-25 22:38:26 +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".