Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: visual_studio/NativeClientVSAddIn/test.bat

Issue 14122017: [VS Addin] Add visual studio 2012 support (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: visual_studio/NativeClientVSAddIn/test.bat
diff --git a/visual_studio/NativeClientVSAddIn/test.bat b/visual_studio/NativeClientVSAddIn/test.bat
index a6475b23fc5bf7e07714b63483414a81d78f4cb9..2473ad70854c07075ce4b25bdd2cde4e737547c3 100755
--- a/visual_studio/NativeClientVSAddIn/test.bat
+++ b/visual_studio/NativeClientVSAddIn/test.bat
@@ -3,7 +3,7 @@
:: Locations
set out_directory=..\..\out\vs_addin\Test
set mstest_file=Results.trx
-set test_assembly=..\..\out\vs_addin\Debug\UnitTests.dll
+set test_assembly=..\..\out\vs_addin\2010\Debug\UnitTests.dll
:: Set up the Visual Studio environment
call "%VS100COMNTOOLS%vsvars32.bat"

Powered by Google App Engine
This is Rietveld 408576698