scummvm/test
2023-08-13 00:22:10 +02:00
..
audio
common
cxxtest
engines
image ALL: blendBlitFrom prototype now matches TS::blit 2023-08-13 00:22:10 +02:00
math
.gitignore
module.mk
null_osystem.cpp GRAPHICS: Optimize alpha blend NEON and Generic 2023-08-13 00:22:10 +02:00
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".