mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 12:50:51 +00:00
f037d4df16
Although the previous count-constructor would never make a copy of a member at runtime, Array<T>::reserve *may* copy-construct, so the compiler would forbid creation of arrays of NonCopyable objects even when the array was created only once and then never resized (and thus never actually tried to perform a copy-construction). |
||
---|---|---|
.. | ||
audio | ||
common | ||
cxxtest | ||
engines/wintermute | ||
cxxtest_mingw.h | ||
module.mk | ||
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".