scummvm/test
Vladimir Serbinenko 357249fb5a COMMON: Split slow and fast CRC implementation
They have almost nothing in common. And we probably want to kill slow
implementation anyway now that we have tests
2022-11-29 01:05:31 +01:00
..
audio ALL: Add limits.h for all codebase 2022-08-22 15:38:10 +02:00
common COMMON: Split slow and fast CRC implementation 2022-11-29 01:05:31 +01:00
cxxtest TEST: Fix cxxtestgen.py crash in Python 3 when digesting punycode.h 2022-04-20 01:51:42 +01:00
engines
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".