scummvm/test
2021-07-07 19:34:05 +09:00
..
audio ALL: synced with ScummVM 2014-12-21 16:09:34 +01:00
common JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
cxxtest JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
engines ULTIMA8: Add simple unit tests for item sorting 2021-07-07 19:34:05 +09:00
image IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +02:00
math MATH: Rename XYZ Rotation Functions to Euler to better describe the function. 2014-09-11 13:38:28 -04:00
.gitignore IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +02:00
cxxtest_mingw.h JANITORIAL: Update old bug tracker numbers 2021-03-03 02:15:05 +02:00
module.mk TESTS: Regenerate tests when module.mk is modified 2021-04-19 23:06:55 +03:00
null_osystem.cpp SDL: Begin refactoring the API for selecting scalers 2021-06-23 21:29:53 +02: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

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