scummvm/test
2023-06-01 23:07:41 +02:00
..
audio ALL: Add limits.h for all codebase 2022-08-22 15:38:10 +02:00
common TEST: Add tests for Common::upperBound 2023-06-01 23:07:41 +02:00
cxxtest TEST: Fix cxxtestgen.py crash in Python 3 when digesting punycode.h 2022-04-20 01:51:42 +01:00
engines ULTIMA8: Change sort item constructor to not include next pointer 2023-02-14 18:25:45 -06:00
image
math MATH: Add ray triangle intersection and tests 2023-01-16 17:36:43 +01:00
.gitignore
module.mk COMMON: Split compression and formats into separate modules 2022-12-11 22:33:23 +01:00
null_osystem.cpp
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".