scummvm/test
2020-11-16 10:06:27 +01:00
..
audio
common TEST: Third attempt to fix the tests 2020-11-16 01:51:14 +01:00
cxxtest
engines
math
cxxtest_mingw.h
module.mk TEST: remove prinring of md5 of encoding.dat 2020-11-16 10:06:27 +01:00
null_osystem.cpp COMMON: Rewrite Encoder and drop dependency on iconv (#2586) 2020-11-15 16:20:35 +01:00
null_osystem.h TEST: Third attempt to fix the tests 2020-11-16 01:51:14 +01:00
README
stubs.cpp COMMON: Rewrite Encoder and drop dependency on iconv (#2586) 2020-11-15 16:20:35 +01:00

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".