scummvm/test
2024-06-23 16:06:16 +02:00
..
audio
common TESTS: Fix malloc/delete discrepancy 2024-06-23 16:06:16 +02:00
cxxtest
engines TESTS: Remove obsolete ultima util test cases 2024-06-04 23:31:09 -05:00
image
math
.gitignore
instrset_detect.h
module.mk
null_osystem.cpp TESTS: Abort runner when error is called 2024-05-19 21:17:31 +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".