scummvm/test
2021-03-03 02:15:05 +02:00
..
audio
common TESTS: Use getValOrDefault 2021-02-12 02:50:34 +00:00
cxxtest
engines ULTIMA8: Replace IDataSource and ODataSource with utility functions for common streams 2021-02-23 19:22:02 -06:00
math
cxxtest_mingw.h JANITORIAL: Update old bug tracker numbers 2021-03-03 02:15:05 +02:00
module.mk TEST: Simplify the use of the Null backend 2021-02-08 03:07:34 +02:00
null_osystem.cpp TEST: Simplify the use of the Null backend 2021-02-08 03:07:34 +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".