scummvm/test
2023-01-28 18:06:07 -06:00
..
audio ALL: Add limits.h for all codebase 2022-08-22 15:38:10 +02:00
common COMMON: Fix path split+join combinations, add tests for same 2022-12-31 17:57:07 +09:00
cxxtest TEST: Fix cxxtestgen.py crash in Python 3 when digesting punycode.h 2022-04-20 01:51:42 +01:00
engines ULTIMA8: Add test case for inventory item sort rule 2023-01-28 18:06:07 -06:00
image IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +02:00
math MATH: Add ray triangle intersection and tests 2023-01-16 17:36:43 +01:00
.gitignore IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +02:00
module.mk COMMON: Split compression and formats into separate modules 2022-12-11 22:33:23 +01:00
null_osystem.cpp SDL: Begin refactoring the API for selecting scalers 2021-06-23 21:29:53 +02:00
null_osystem.h TEST: Third attempt to fix the tests 2020-11-16 01:51:14 +01:00
README synced with scummvm 2012-02-10 07:55:11 +01:00

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".