mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +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. |
||
---|---|---|
.. | ||
audio | ||
common | ||
cxxtest | ||
engines | ||
cxxtest_mingw.h | ||
module.mk | ||
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".