mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 23:52:41 +00:00
9d3893459f
This API is intended for use in cases where C strings come from untrusted sources like game files, where malformed data missing the null terminator would cause strlen to read out of bounds. |
||
---|---|---|
.. | ||
audio | ||
common | ||
cxxtest | ||
engines/wintermute | ||
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".