scummvm/test
Vladimir Menshakov 0a4154318c COMMON: implement %c formatter (used in hardware-input.cpp)
Fix invalid descriptor name for half-axis.
Add some tests for U32String::Format.
2020-09-12 11:56:17 +01:00
..
audio AUDIO: Wrap around in the Timestamp constructor 2014-12-20 19:38:18 +01:00
common COMMON: implement %c formatter (used in hardware-input.cpp) 2020-09-12 11:56:17 +01:00
cxxtest TEST: Use "/usr/bin/env python" as the shebang line in cxxtestgen.py 2015-01-18 14:41:16 -05:00
engines ULTIMA8: Fix unit tests 2020-06-17 18:29:47 +09:00
cxxtest_mingw.h
module.mk TESTS: Fix the subsystem of the test runner on Windows 2020-07-26 17:07:35 +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".