scummvm/test
Le Philousophe ab12e7fe01 COMMON: Fix a missing str.h include
It's not included anymore in util.h
2022-10-30 19:38:35 +01:00
..
audio ALL: Add limits.h for all codebase 2022-08-22 15:38:10 +02:00
common COMMON: Fix a missing str.h include 2022-10-30 19:38:35 +01: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 error checking for treasure loader 2022-03-25 16:44:59 +09:00
image
math
.gitignore
module.mk TESTS: resolve clang warning 2022-10-06 19:01:15 +02: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".