scummvm/test
2022-04-25 18:20:19 -07:00
..
audio
common COMMON: Fix WeakPtr preventing object deletion 2022-04-25 18:20:19 -07:00
cxxtest TEST: Fix cxxtestgen.py crash in Python 3 when digesting punycode.h 2022-04-20 01:51:42 +01:00
engines ULTIMA8: Add error checking for treasure loader 2022-03-25 16:44:59 +09:00
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".