scummvm/test
Le Philousophe aceaf99816 COMMON: Fix bug #14892
When both paths were equal, suffix was incremented one char too much and
went off the string.
Add test cases to check for this.
2024-02-02 08:06:59 +01:00
..
audio
common COMMON: Fix bug #14892 2024-02-02 08:06:59 +01:00
cxxtest
engines UTLIMA8: Found test case to support the partial in front rule. 2023-10-04 15:36:12 -05:00
image TESTS: Remove tests for transparent_surface.h 2023-10-29 01:41:29 +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 TEST: Don't build Ultima 1 or 8 tests when subengine is not built 2023-12-04 08:07:03 +01:00
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".