dolphin/Source/UnitTests
Glenn Rice 7135dba54e Add the DSPTool and UnitTests to the cmake build. They are optional, and to enable them add -DDSTPTOOL and -DUNITTESTS to the cmake command line.
Also, don't check to see if a directory is a wad file.  They aren't.  This removes an annoying and invalid debug assertion with the debug build.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7682 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-07-18 01:47:55 +00:00
..
AudioJitTests.cpp Core/DSPCore: Make Jit read from coefficient ROM when told to do so, 2010-11-07 23:15:31 +00:00
CMakeLists.txt Add the DSPTool and UnitTests to the cmake build. They are optional, and to enable them add -DDSTPTOOL and -DUNITTESTS to the cmake command line. 2011-07-18 01:47:55 +00:00
DSPJitTester.cpp Core/DSPCore: Changed g_dsp._r back to g_dsp.r. Removed the check*Exclude 2010-12-29 20:20:52 +00:00
DSPJitTester.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
SConscript Move SConscript files out from the Src subdirectories to be 2011-03-03 19:44:56 +00:00
UnitTests.cpp Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
UnitTests.vcproj LTCG (link time code gen) was off in some projects, so turn it off in all of them so that the linker doesn't have to restart halfway through. 2011-02-05 20:14:23 +00:00