scummvm/test
2020-11-16 10:06:27 +01:00
..
audio ALL: synced with ScummVM 2014-12-21 16:09:34 +01:00
common TEST: Third attempt to fix the tests 2020-11-16 01:51:14 +01:00
cxxtest ALL: synced with ScummVM 2015-01-25 19:31:35 +01:00
engines Sync with ScummVM rev. 654b8208b8 2020-06-22 08:14:16 +02:00
math MATH: Rename XYZ Rotation Functions to Euler to better describe the function. 2014-09-11 13:38:28 -04:00
cxxtest_mingw.h ALL: synced with ScummVM 2014-04-05 18:18:42 +02:00
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 synced with scummvm 2012-02-10 07:55:11 +01:00
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".