scummvm/test
Le Philousophe c201ddfcf4 TEST: Fix encoding test adding a '\0'
Use sizeof at the same time to avoid hardcoded constants
2021-08-08 13:56:00 +02:00
..
audio
common TEST: Fix encoding test adding a '\0' 2021-08-08 13:56:00 +02:00
cxxtest JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
engines ULTIMA8: Item sorter improvements for large flat objects 2021-07-24 13:48:09 +09:00
image IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +02:00
math
.gitignore IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +02:00
module.mk DEVTOOLS: Replace ugly SDL/MinGW hack with a cleaner hack 2021-08-03 07:35:15 +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

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