scummvm/test
2021-07-07 19:34:05 +09:00
..
audio
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
math
.gitignore
cxxtest_mingw.h
module.mk
null_osystem.cpp SDL: Begin refactoring the API for selecting scalers 2021-06-23 21:29:53 +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".