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

Unified Diff: installer/src/installer-lib/run-tests.cmd

Issue 5675960980471808: Updated installer with custom action (Closed)
Patch Set: Created March 8, 2014, 5:06 a.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
Index: installer/src/installer-lib/run-tests.cmd
===================================================================
new file mode 100644
--- /dev/null
+++ b/installer/src/installer-lib/run-tests.cmd
@@ -0,0 +1,7 @@
+@echo off
+rem Test runner for installer library unit test
+rem Switches current directory to location of test MSI database file
+pushd %~dp0
+cd ..\..\build\ia32
+.\Debug\installer-ca-tests
+popd

Powered by Google App Engine
This is Rietveld