Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: MSVS/tests.vcxproj

Issue 10260028: Refactor tests, use fixtures and avoid duplication (Closed)
Patch Set: Created April 19, 2013, 4:11 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « MSVS/libadblockplus.vcxproj ('k') | MSVS/tests.vcxproj.filters » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: MSVS/tests.vcxproj
===================================================================
--- a/MSVS/tests.vcxproj
+++ b/MSVS/tests.vcxproj
@@ -67,7 +67,7 @@
<ClCompile>
<AdditionalIncludeDirectories>..\third_party\googletest;..\third_party\googletest\include;..\include;..\third_party\v8\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>ENABLE_LATIN_1;ENABLE_DEBUGGER_SUPPORT;V8_TARGET_ARCH_IA32;WIN32;DEBUG;ENABLE_DISASSEMBLER;V8_ENABLE_CHECKS;OBJECT_PRINT;VERIFY_HEAP;ENABLE_EXTRA_CHECKS;_VARIADIC_MAX=10;FILTER_ENGINE_STUBS=0;_WIN32;_DEBUG;HAVE_WININET;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>ENABLE_LATIN_1;ENABLE_DEBUGGER_SUPPORT;V8_TARGET_ARCH_IA32;WIN32;DEBUG;ENABLE_DISASSEMBLER;V8_ENABLE_CHECKS;OBJECT_PRINT;VERIFY_HEAP;ENABLE_EXTRA_CHECKS;_VARIADIC_MAX=10;_WIN32;_DEBUG;HAVE_WININET;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<CompileAsWinRT>
</CompileAsWinRT>
@@ -214,6 +214,9 @@
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="..\test\BaseJsTest.h" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
</Project>
« no previous file with comments | « MSVS/libadblockplus.vcxproj ('k') | MSVS/tests.vcxproj.filters » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld