scummvm/test
Le Philousophe 72c464bf11 ALL: Use LD instead of CXX when linking
It will be more coherent.
LD is defined to CXX in configure script so it shouldn't change
behaviour.
2021-01-17 21:53:15 +01:00
..
audio
common TEST: Third attempt to fix the tests 2020-11-16 01:51:14 +01:00
cxxtest
engines TEST: Touch test file to force rebuild 2021-01-04 10:45:36 +09:00
math
cxxtest_mingw.h
module.mk ALL: Use LD instead of CXX when linking 2021-01-17 21:53:15 +01:00
null_osystem.cpp
null_osystem.h TEST: Third attempt to fix the tests 2020-11-16 01:51:14 +01:00
README
stubs.cpp

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".