scummvm/test
2021-04-15 21:20:36 +02:00
..
audio
common JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
cxxtest
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 IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +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".