mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
bb27669026
After reading directly from the parent stream, the buffer needs to be filled with the end of the read data so seeking back in the stream into the buffered area and reading returns data consistent with the parent stream. Fixes bug #11342 (PSP port only). |
||
---|---|---|
.. | ||
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".