mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 18:37:01 +00:00
aceaf99816
When both paths were equal, suffix was incremented one char too much and went off the string. Add test cases to check for this.
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".