scummvm/test
Le Philousophe 3b4e8a4eea TEST: Add CxxTest ValueTraits for String
This allows pretty printing them when there is an assertion failure
2023-09-02 11:42:29 +02:00
..
audio
common TEST: Add CxxTest ValueTraits for String 2023-09-02 11:42:29 +02:00
cxxtest
engines ULTIMA8: Change sort item constructor to not include next pointer 2023-02-14 18:25:45 -06:00
image TEST: Fix missing include 2023-08-30 13:41:26 +02:00
math MATH: Add ray triangle intersection and tests 2023-01-16 17:36:43 +01:00
.gitignore
instrset_detect.h TEST: Check supported instruction set before running tests 2023-08-16 13:06:03 +02:00
module.mk COMMON: Split compression and formats into separate modules 2022-12-11 22:33:23 +01:00
null_osystem.cpp TEST: Silence logs by default 2023-09-02 11:42:29 +02:00
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".