scummvm/test
Johannes Schickel 2db5747642 - Added tests for newly added Common::Queue
- Changed Common::Queue::front and Common::Queue::back to return references instead of values

svn-id: r34240
2008-09-01 16:52:09 +00:00
..
common - Added tests for newly added Common::Queue 2008-09-01 16:52:09 +00:00
cxxtest Proper delete[] formatting (this time all occurences should've been changed...) 2008-05-07 15:09:10 +00:00
module.mk Removed trailing spaces. 2008-01-27 19:47:41 +00:00
README

This directory contains some unit tests for ScummVM. They are based on
CxxTest <http://cxxtest.sourceforge.net/>, which you can find in the cxxtest
subdirectory, including its manual.

To run the unit tests, simply use "make test".