scummvm/test
2024-08-06 08:47:25 +03:00
..
audio ALL: Add limits.h for all codebase 2022-08-22 15:38:10 +02:00
common TEST: fix rendermodes test 2024-08-06 08:47:25 +03:00
cxxtest TEST: Fix cxxtestgen.py crash in Python 3 when digesting punycode.h 2022-04-20 01:51:42 +01:00
engines TESTS: Remove obsolete ultima util test cases 2024-06-04 23:31:09 -05:00
image COMMON: Move more maths functions into the Math namespace 2024-07-27 14:00:48 +03:00
math COMMON: Move more maths functions into the Math namespace 2024-07-27 14:00:48 +03:00
.gitignore IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +02:00
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 TESTS: Abort runner when error is called 2024-05-19 21:17:31 +02:00
null_osystem.h TEST: Third attempt to fix the tests 2020-11-16 01:51:14 +01:00
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".