scummvm/test
Orgad Shaneh f2f64161a1 TESTS: Fix GCC warnings
../scummvm/test/cxxtest/cxxtest/ValueTraits.h:120:52: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  120 |         ValueTraits( CXXTEST_NEW_CLASS n ) : _old( (CXXTEST_OLD_CLASS)n ) {} \
      |                                                    ^~~~~~~~~~~~~~~~~~~~
2021-04-23 01:54:26 +02:00
..
audio ALL: synced with ScummVM 2014-12-21 16:09:34 +01:00
common JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
cxxtest TESTS: Fix GCC warnings 2021-04-23 01:54:26 +02: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 MATH: Rename XYZ Rotation Functions to Euler to better describe the function. 2014-09-11 13:38:28 -04:00
.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 TEST: Simplify the use of the Null backend 2021-02-08 03:07:34 +02:00
null_osystem.h TEST: Third attempt to fix the tests 2020-11-16 01:51:14 +01:00
README synced with scummvm 2012-02-10 07:55:11 +01:00

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