mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
2e92852d57
Run tests with -Wno-self-assign-overloaded Some tests explicitely assign the value of the variable type to itself. Fixes warnings such as these: ./test/common/str.h:201:9: warning: explicitly assigning value of variable of type 'Common::String' to itself [-Wself-assign-overloaded] foo10 = foo10; ~~~~~ ^ ~~~~~ |
||
---|---|---|
.. | ||
audio | ||
common | ||
cxxtest | ||
engines | ||
image | ||
math | ||
.gitignore | ||
module.mk | ||
null_osystem.cpp | ||
null_osystem.h | ||
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".