mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 03:18:17 +00:00
![Max Horn](/assets/img/avatar_default.png)
On my OS X machine, -Wglobal-constructors is always added by configure. But the test runner makes heavy use of global constructors. This change allows me to run "make test" even when using -Werror. svn-id: r54083
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".