scummvm/test
Colin Snover b89b9095d6 TESTS: Remove zero-length string and associated -Wformat massage
This was being patched out downstream in Debian. A solution that
works for everybody is to just not use a zero-length string when
testing formatting with no conversion specifications.
2017-11-20 21:50:06 -06:00
..
audio
common TESTS: Remove zero-length string and associated -Wformat massage 2017-11-20 21:50:06 -06:00
cxxtest
engines/wintermute
cxxtest_mingw.h
module.mk TESTS: Remove zero-length string and associated -Wformat massage 2017-11-20 21:50:06 -06:00
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".