mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 02:17:05 +00:00
8c3ebe9af4
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".