mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 03:10:37 +00:00
7b51537be2
Prior to this change lastPathComponent would not create a correct result, when the input of lastPathComponent did not contain a single separator. I also added a test case for this in our unit tests. svn-id: r52123 |
||
---|---|---|
.. | ||
common | ||
cxxtest | ||
sound | ||
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".