scummvm/test
2021-05-04 11:46:30 +03:00
..
audio
common JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
cxxtest JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
engines ULTIMA8: Replace IDataSource and ODataSource with utility functions for common streams 2021-02-23 19:22:02 -06:00
image IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +02:00
math
.gitignore IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +02:00
cxxtest_mingw.h JANITORIAL: Update old bug tracker numbers 2021-03-03 02:15:05 +02:00
module.mk TESTS: Regenerate tests when module.mk is modified 2021-04-19 23:06:55 +03:00
null_osystem.cpp JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03: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".