scummvm/test
2023-08-16 13:06:03 +02:00
..
audio
common COMMON: Add normalization to Path class 2023-07-09 21:41:58 +02:00
cxxtest
engines ULTIMA8: Change sort item constructor to not include next pointer 2023-02-14 18:25:45 -06:00
image TEST: Don't build slow blending tests by default 2023-08-16 13:06:03 +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 BACKENDS: Remove leftover code 2023-08-14 00:40:42 +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".