scummvm/test
2023-09-22 23:57:36 -05:00
..
audio
common TESTS: Added test for String::chop() method 2023-09-17 00:56:28 +02:00
cxxtest
engines ULTIMA8: Fix tests for sort item to use bounds that properly overlap 2023-09-22 23:57:36 -05:00
image TEST: Fix missing include 2023-08-30 13:41:26 +02:00
math
.gitignore
instrset_detect.h TEST: Check supported instruction set before running tests 2023-08-16 13:06:03 +02:00
module.mk
null_osystem.cpp TEST: Silence logs by default 2023-09-02 11:42:29 +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".