mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 19:45:07 +00:00
4ba0ff8deb
For SCI engine games, ratios may not be normalised and so to avoid extra scaling, there needs to be a way to simply check whether a ratio is 1:1.
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".