mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00

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