From 27c7a2829a6940d44772aa307b83c04e37829351 Mon Sep 17 00:00:00 2001 From: Roman Artemev Date: Mon, 24 Jul 2017 18:48:03 -0700 Subject: [PATCH] Completelly fix build of tests on Linux --- .../Performance/CodeQuality/Span/Indexer.csproj | 4 +- .../Performance/CodeQuality/Span/SpanBench.csproj | 4 +- tests/src/dir.targets | 5 + tests/src/dirs.proj | 105 --------------------- 4 files changed, 9 insertions(+), 109 deletions(-) diff --git a/tests/src/JIT/Performance/CodeQuality/Span/Indexer.csproj b/tests/src/JIT/Performance/CodeQuality/Span/Indexer.csproj index 0427657..ad67828 100644 --- a/tests/src/JIT/Performance/CodeQuality/Span/Indexer.csproj +++ b/tests/src/JIT/Performance/CodeQuality/Span/Indexer.csproj @@ -1,7 +1,7 @@  - - + + Debug diff --git a/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.csproj b/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.csproj index f3bcfa2..27581ab 100644 --- a/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.csproj +++ b/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.csproj @@ -1,7 +1,7 @@  - - + + Debug diff --git a/tests/src/dir.targets b/tests/src/dir.targets index 63630e8..4aa925f 100644 --- a/tests/src/dir.targets +++ b/tests/src/dir.targets @@ -50,6 +50,11 @@ <_CLRTestNeedsProjectToRun Condition=" '$(_CLRTestNeedsToRun)' and '!$(_CLRTestBuildsExecutable)' ">true + + + None + + diff --git a/tests/src/dirs.proj b/tests/src/dirs.proj index 3a5906c..471598d 100644 --- a/tests/src/dirs.proj +++ b/tests/src/dirs.proj @@ -30,111 +30,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.7.4