scummvm/test
2021-11-22 22:29:52 +09:00
..
audio
common DEVTOOLS: COMPANION: Added test for higher Unicode characters 2021-10-31 23:00:35 +02:00
cxxtest JANITORIAL: typos 2021-10-31 20:46:31 +01:00
engines ULTIMA8: Remove unused ArgvToString function. 2021-11-22 22:29:52 +09:00
image
math
.gitignore
module.mk DEVTOOLS: Replace ugly SDL/MinGW hack with a cleaner hack 2021-08-03 07:35:15 +03:00
null_osystem.cpp
null_osystem.h
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".