scummvm/test
Le Philousophe b8e08ff2a0 COMMON: Fix Path::baseName
When baseName was called with a base name path but escaped, unescape was
called with the escaping marker while this is not allowed.
2024-05-19 21:18:34 +02:00
..
audio
common COMMON: Fix Path::baseName 2024-05-19 21:18:34 +02:00
cxxtest
engines
image
math
.gitignore
instrset_detect.h
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 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".