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
engines
image
math
.gitignore
module.mk
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".