mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
0f57aea2df
Symbols for codes shorter than the prefix table index width are stored in the table. All the entries in the table with an index starting with the code are set to the symbol value. That way, when decoding it is possible to get the number of bits corresponding to the table width from the bitstream and directly find the symbol value. Longer code still need to be searched for in the codes list. |
||
---|---|---|
.. | ||
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".