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