mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 15:41:41 +00:00
bb70ea04e9
This specific test checked whether the pointer for two static strings have a different address. Since the specific strings checked had the same "value" string pooling optimizations will result in them to have the same address and thus make this test fail. Furthermore, the test seemed completely pointless, I simply dropped it now. |
||
---|---|---|
.. | ||
audio | ||
common | ||
cxxtest | ||
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".