From f8ac5bbef56de08051dace78e9334af89de15da0 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 11 Mar 2015 11:45:35 -0700 Subject: 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 --- tests/src/dir.targets | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'tests/src/dir.targets') diff --git a/tests/src/dir.targets b/tests/src/dir.targets index a149ad5008..bb050594ac 100644 --- a/tests/src/dir.targets +++ b/tests/src/dir.targets @@ -61,10 +61,10 @@ - + - - + - - - - - - + + + + + + + -- cgit v1.2.3