mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +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; ~~~~~ ^ ~~~~~
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".