scummvm/test
Colin Snover 58c83dcd14 COMMON: Make SpanOwner copy assignment make a copy of the owned Span
To move data from one SpanOwner to another, use `moveFrom`.
Thanks @waltervn for pointing out the problem.
2017-06-08 10:45:55 -05:00
..
audio AUDIO: Wrap around in the Timestamp constructor 2014-12-20 19:38:18 +01:00
common COMMON: Make SpanOwner copy assignment make a copy of the owned Span 2017-06-08 10:45:55 -05:00
cxxtest TEST: Use "/usr/bin/env python" as the shebang line in cxxtestgen.py 2015-01-18 14:41:16 -05:00
engines/wintermute WINTERMUTE: Try to "correctly" handle dir paths 2016-12-26 12:05:41 +01:00
cxxtest_mingw.h
module.mk TESTS: Fix tests building 2017-01-23 21:58:38 +01: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".