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

Side by Side Diff: installer/src/installer-lib/run-tests.cmd

Issue 5665210325008384: Combine snapshot classes into a template class (Closed)
Patch Set: Created April 3, 2014, 4:51 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 @echo off 1 @echo off
2 rem Test runner for installer library unit test 2 rem Test runner for installer library unit test
3 rem Switches current directory to location of test MSI database file 3 rem Switches current directory to location of test MSI database file
4 pushd %~dp0 4 pushd %~dp0
5 cd ..\..\build\ia32 5 cd ..\..\build\x64
6 .\Debug\installer-ca-tests 6 .\Debug\installer-ca-tests
7 popd 7 popd
OLDNEW
« no previous file with comments | « installer/src/installer-lib/process.cpp ('k') | installer/src/installer-lib/test/process_test.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld