equal
deleted
inserted
replaced
|
1 :: Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
2 :: All rights reserved. |
|
3 :: This component and the accompanying materials are made available |
|
4 :: under the terms of "Eclipse Public License v1.0" |
|
5 :: which accompanies this distribution, and is available |
|
6 :: at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 :: |
|
8 :: Initial Contributors: |
|
9 :: Nokia Corporation - initial contribution. |
|
10 :: |
|
11 :: Contributors: |
|
12 :: |
|
13 :: Description: |
|
14 :: Batch file to instrument and run test cases with CTC. |
|
15 |
|
16 @echo off |
|
17 del MON.* |
|
18 del profile.txt |
|
19 rmdir /S /Q CTCHTML |
|
20 call qmake "CONFIG -= debug" |
|
21 call sbs clean |
|
22 call sbs reallyclean |
|
23 call ctcwrap -C EXCLUDE=* -C NO_EXCLUDE+..\src\wlansnifferlistwidget.cpp -i d -2comp sbs -c winscw_udeb |
|
24 call \epoc32\release\winscw\udeb\t_wlansniffer.exe |