Fixes for building tests alone
authorMatt Mitchell <mmitche@microsoft.com>
Wed, 11 Mar 2015 18:45:35 +0000 (11:45 -0700)
committerMatt Mitchell <mmitche@microsoft.com>
Mon, 16 Mar 2015 20:23:18 +0000 (13:23 -0700)
commitf8ac5bbef56de08051dace78e9334af89de15da0
treef3408da6eb3120f9cd38cd24f74587f658680aad
parente17f380d6308c9ef7070b2193eedacfcc60a86b1
Fixes for building tests alone

This change fixes an issue where tests cannot be built alone as well as cleans up the paths.  The general path cleanup was done so that the path format and variable names generally follow the main build of the coreclr repo.  Some highlights are:

 * Don't use Cmake as a directory name for intermediates, use intermediates instead.
 * Disable 4820 warning (this is about padding) when building tests.  Reduces noise in output significantly
 * Some fixes in typos and casing in the project files and build scripts
build.cmd
tests/CMakeLists.txt
tests/buildtest.cmd
tests/runtest.cmd
tests/src/dir.common.props
tests/src/dir.targets
tests/tests.targets