diff -r 9e077f9a342c -r 2c7f27287390 idlefw/tsrc/framework/ut_aifw/coverage/instrument_winscw_decision.cmd --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/idlefw/tsrc/framework/ut_aifw/coverage/instrument_winscw_decision.cmd Thu Jul 15 18:59:18 2010 +0300 @@ -0,0 +1,35 @@ +@rem +@rem Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). +@rem All rights reserved. +@rem This component and the accompanying materials are made available +@rem under the terms of "Eclipse Public License v1.0" +@rem which accompanies this distribution, and is available +@rem at the URL "http://www.eclipse.org/legal/epl-v10.html". +@rem +@rem Initial Contributors: +@rem Nokia Corporation - initial contribution. +@rem +@rem Contributors: +@rem +@rem +@rem Description: +@rem +@rem + + +@ECHO OFF +setlocal + +ECHO ********** Clean the environment ********** + +call sbs -c winscw_udeb reallyclean -k +call del profile.txt +call del mon.sym +call del mon.dat + +ECHO ********** Build module tests and Instrument test subjects ********** + +call ctcwrap -i d -2comp sbs -c winscw_udeb + +ECHO Start the emulator and run your tests now. Call "generate.cmd" when you're done. +ECHO NOTE! Close the emulator before calling generate.cmd