scummvm/test
Matthew Duggan a74b081973 TEST: Add more tests for Common::INIFile
My initial tests were quite minimal as I was trying to fix the build.  Now more
of the basic INIFile functionality is tested.
2022-03-25 18:16:07 +09:00
..
audio
common TEST: Add more tests for Common::INIFile 2022-03-25 18:16:07 +09:00
cxxtest JANITORIAL: typos 2021-10-31 20:46:31 +01:00
engines ULTIMA8: Add error checking for treasure loader 2022-03-25 16:44:59 +09: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
module.mk DEVTOOLS: Replace ugly SDL/MinGW hack with a cleaner hack 2021-08-03 07:35:15 +03:00
null_osystem.cpp SDL: Begin refactoring the API for selecting scalers 2021-06-23 21:29:53 +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".